user
09/21/2016, 10:11 AMlanguage
is removed from fenced code block.
It should be preserved in gfm
and jekyll
output
(gfm
supports highlight out of box. jekyll
supports highlight with some configuration.)
In HTML output, it should be preserved as class="lang-kotlin"
etc,
for later processing (e.g. code highlight js library).