TheRedScreen64 / radix-chat

The new era of social media — almost
GNU General Public License v3.0
2 stars 0 forks source link

Implement markdown, photos and videos #5

Open TheRedScreen64 opened 8 months ago

TheRedScreen64 commented 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.'));