This sounds very strange as this works in your demo.
I am trying to parse
```<span>Hey there...</span>```
but this output to only Hey there and span tags are removed.
This must be because angular sanitizing the generated code by marked parser.
Is there any way to handle this?