I am using Jekyll to create a static website.
I want to use _config.yml
to configure rouge in kramdown.
After looking through the documentation for jekyll and kramdown, I found that it mentions
Furthermore all Rouge options (e.g. ‘line_numbers’) can be set directly on the ‘syntax_highlighter_opts’ option (where they apply to code spans and code blocks) and/or on the ‘span’/’block’ keys.
But I can't find where the "all Rouge options" are. Where can I find "all Rouge options"?
Maybe this is what you are looking for?