message no. 170115
Posted by ramsey in #jekyll at 2017-07-07T18:54:02Z
I've been doing some searching for an issue I'm seeing with Jekyll and GFM, but all that's coming up are issue about fenced code blocks. My issue is with using inline backticks (i.e. `code here`). Jekyll appears to be filtering that through the syntax-highlighter and is generating table output, due to my use of "line_numers: true" in _config.yml. Has anyone else noticed this?