Embedded html tags get escaped
greenlaw110 opened this issue · 0 comments
greenlaw110 commented
MarkdownPapers escape my embedded html tags with data-xx attribute:
<div data-bind="foreach:...">
foo
</div>
Becomes:
<p><div data-bind="foreach:...">
foo
</div></p>