Jekyll Syntax Highlighting Not Working - Classes Are Not Being Added
问题 I cannot get syntax highlighting to work on my Jekyll-powered blog. The development files can be found here: https://github.com/StevenXL/stevenxl.github.io. As you can see, in my _config.yml file, I have the following: markdown: kramdown kramdown: syntax_highlighter: rouge In my css/custom.css file, I am importing the CSS file to highlight the syntax with an @import command. The actual CSS file for highlighting lives in css/monokai.css . I am not sure what I am doing wrong. This seems to work