kramdown-with-pygments
kramdown-with-pygments copied to clipboard
A Jekyll plugin that enables Pygments syntax highlighting for Kramdown-parsed fenced code blocks
- The `parse_block_html` option is now getting passed through to Kramdown
Installed the plugin, but has no effect on my code blocks. I have the following gems installed: - jekyll (2.4.0) - kramdown (1.4.2) - pygments.rb (0.6.0) My config file is...
Hi I use this plugin, but I met with page build failure online, I guess it's because github use kramdown of version 1.3.1. Could you fix it?