lruiz/MarkdownPapers

Embedded html tags get escaped

greenlaw110 opened this issue · 0 comments

MarkdownPapers escape my embedded html tags with data-xx attribute:

<div data-bind="foreach:...">
foo
</div>

Becomes:

<p>&lt;div data-bind=&quot;foreach:...&quot;&gt;
foo
&lt;/div&gt;</p>