Hoedown generates weird results for the following examples:
<pre>In first pre
</pre>
*foo*
<pre>In second pre</pre>
<pre>In first pre
</pre>
*foo*
<p>In p</p>
In the first example, it does not convert *foo* to <em>foo</em>, but in the second example it does. It looks like an indented </pre> ends a pre-block iff there is no other pre block following later?!
Hoedown generates weird results for the following examples:
In the first example, it does not convert
*foo*
to<em>foo</em>
, but in the second example it does. It looks like an indented</pre>
ends a pre-block iff there is no other pre block following later?!