stidio.github.io icon indicating copy to clipboard operation
stidio.github.io copied to clipboard

采用Jekyll+GitHub Pages搭建的个人博客站点; Jekyll Theme; 基于kramdown+Rouge+Monokai修改的代码高亮着色方案;

Results 5 stidio.github.io issues
Sort by recently updated
recently updated
newest added

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.6.2 to 3.6.3. Changelog Sourced from jekyll's changelog. 3.6.3 / 2018-09-18 Bug Fixes 3.6.x: security: fix include bypass of EntryFilter#filter symlink check (#7229) Commits 9012230 Release :gem:...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.15.0. Changelog Sourced from ffi's changelog. 1.15.0 / 2021-03-05 Fixed: Fix MSVC build Fix async callbacks in conjunction with fork(). #884 Added: Allow to pass...

dependencies

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

博主你好, 我看了你写的用Graphviz作图的博客,文章内容非常好,很全面。但是我遇到了一个问题,由于博客没有评论区,所以我就提个 issue 了。 我发现 labeljust 这个属性不起作用,比如下面的的代码: ``` digraph test { labeljust = l; node [shape = record] n [label="{aaa|bbbbbbb|ccc}"] } ``` 生成的图片如下: ![](https://imgur.com/ErIzZny.png) 但是理论上应该是这样的: ![](https://i.imgur.com/rQiHdJu.png) 我搜了很久,Google 似乎没人提及这个问题。