Closed
Description
when in the readme file you try to specify the language to use it's ignored.
example:
html
should produce something like that:
<h1>
<a name="heading-" class="anchor" href="#heading-">
<span class="header-link"></span>
</a>
heading+
</h1>
instead it produce:
<h1>
<a name="heading-" class="anchor" href="#heading-">
<span class="header-link"></span>
</a>
heading+
</h1>
reference: https://github.com/chjj/marked#highlight
Activity