This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Description
There seems to be an issue where the server side code renders markdown differently than the client side javascript code?
it renders the markdown with the html <span class="hljs-built_in">...</span> readable.
Markdown:
```sh mkdir my-repository cd my-repository git init
Present&Preview:
<pre><code class="lang-sh hljs bash">mkdir my-repository <span class=<span class="hljs-string">"hljs-built_in"</span>><span class="hljs-built_in">cd</span></span> my-repository git init </code></pre>
Preview generated & updated after editing
<pre><code class="lang-sh hljs bash">mkdir my-repository <span class="hljs-built_in"><span class="hljs-built_in">cd</span></span> my-repository git init </code></pre>