#97 Preserve language name of fenced code block fo...
# dokka
u
#97 Preserve language name of fenced code block for highlight [Kotlin/dokka] Issue created by weakish Currently
language
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).