Closed van-de-bugger closed 10 years ago
Fixed. Thanks!
? Current result:
$ multimarkdown foo.mmd
<pre>
*a*
</pre>
<pre markdown="1">
*a*
</pre>
It is not expected result. Attribute markdown="1"
should not appear in output, but content of the second <pre>
element is expected to be processed to <em>a</em>
.
Separate issues now fixed -- have to check for "pre" instead of "p"
Fedora 20, x86_64, multimarkdown built from fresh git sources.
Note the incorrect "
<p re >
" tag.