Nicolas Karg
Nicolas Karg
jekyll v4.2.1 was released on 2021-09-27. See [GitHub Jekyll Releases](https://github.com/jekyll/jekyll/releases/tag/v4.2.1)
Url-Encoding for jump-ids, so even non ascii chars can be handled, like the german äöü. Add css classes to style the elements from outside (css-file). Navigate back to the top...
Add a link to the right side of each headline, h2 and h3 level is hard coded, to jump back to the toc. Will work only after PR https://github.com/toshimaru/jekyll-toc/issues/132 is...
With the issue #67 there ist the option to add the custom id to the list element `ul` or `ol`. So it would be nice that the headlines would get...
There was a octicon span element, this is now replaced by the configure able `anchor_symbol` unicode link symbol `🔗` The symbol is placed behind the headline, the octicon span was...
The `toc` (``) is not clickable. The h-elements (`h1`, `h2`, `h3` ...) do not have the correct id or the id is missing at all.
I like this plugin, it saved me a lot of time! Many thanks. But I reconginzed one issue. The data generator created only the index.html for the subfolders, not also...
## Motivation In ticket #6361 (asked 2017 closed 2019) was a question to exclude files from a theme. The feature was rejected. I found a workaround with the `hooks`, this...
### Your environment - `vscode-ruby-test-adapter` version: v0.9.2 - Ruby version: 3.1.3p185 - VS Code version: 1.77.3 - Operating System: Win 10, WSL ubuntu - RSpec or Minitest version: minitest v5.18.0...
This plugin is limited to Jekyll version 2.0 and 3.1 `jekyll (>= 2.0, ~> 3.1)` what about version 4.0.0 `jekyll (~> 4.0.0)`. Is there a way to use it with...