beyond-all-reason / bar-lobby

BAR Lobby Client
https://beyond-all-reason.github.io/bar-lobby/
MIT License
32 stars 28 forks source link

Add Chat Markdown Support #216

Closed JasonReed-2 closed 1 year ago

JasonReed-2 commented 1 year ago

Resolves #185.

Features:

Example: image

Adds two new libraries / dependencies:

  1. Marked - library for parsing markdown into HTML.
  2. DOMPurify - library for sanitizing user submitted HTML / markdown for security reasons [XSS].