Hi, I think it's not possible to use HTML inside Markdown files with your directive. ``` // mardown.md <span>Hey!</span> ``` will strip the `<span>`
Hi,
I think it's not possible to use HTML inside Markdown files with your directive.
will strip the
<span>