Open TheRedScreen64 opened 8 months ago
Done in:
Frontend note: https://www.npmjs.com/package/marked https://github.com/cure53/DOMPurify
Example:
document.getElementById('content').innerHTML = DOMPurify.sanitize(marked.parse('# Marked in the browser\n\nRendered by marked.'));
Done in:
Frontend note: https://www.npmjs.com/package/marked https://github.com/cure53/DOMPurify
Example: