Skip to content

Resolve "Add markdown support at runtime"

James Jenkinson requested to merge 910-add-markdown-support-at-runtime into main

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

image

Closes #910

Edited by James Jenkinson

Merge request reports

Loading