Updating the Markdown Engine
Switching to the engine I received an email from saying that starting March 1st, only the engine would be supported, and code highlighting would need to switch to . Reference: github-pages-now-faster-and-simpler-with-jekyll-3-0 So I had to dig into it — mainly to sort out code highlighting after switching to . I really didn't want to use the Liquid tag. (⊙o⊙)… Update : It seems you can now just wrap code with \\localhostLiquid tag{% raw %}`{% endraw %} tag. Check the source of this page on GitHub for details.