Closed TiagoJacobs closed 2 years ago
Please refer to https://github.com/lon-yang/ngx-markdown-editor/issues/93
Helllo, thank. you very much... However I don't believe in "sanitizing".
I would prefer that we can completely disable HTML.
Something that would:
1 - process the "htmlentities" - replace all <
by <
, >
by >
, ...
2 - process markdown
This way we ensure no HTML tag is processed.
Is this possible?
In the preRender
function, you can replace the content that you want to
Hello, would it be possible to disable HTML in this editor?
If you input an HTML
<img
with this code, the code is executed, making it unsafe: