edemaine / comingle

Multiroom meeting app integrating web tools
MIT License
44 stars 8 forks source link

Markdown and KaTeX in room titles #110

Open edemaine opened 3 years ago

edemaine commented 3 years ago

For example, we often want to copy/paste a room title from Coauthor that uses $\to$. It would be nice to not have to convert this into Unicode manually.

The downside is that this would require loading Markdown on initial page load, not when going into chat. Unless we can add a simple filter for when Markdown might engage (e.g. any *, _, `, ~, [ characters) like we do with KaTeX (any $ character).