Resolve "Add markdown support at runtime"
Testing
Import the ExampleMarkdownRuntimeModule
to a featuers module
Security
As the ticket mentioned XSS vulnerabilities
Check vulnerabilities with xss attacks and script tags
This isn't really a problem using Angular's [innerHtml]
binding, it's sanitized automatically (see here)
Screenshot
Closes #910
Edited by James Jenkinson