osPrims / chatApp

A chatroom based web application built using Express.js and Socket.IO
https://chatapp-wuhy.onrender.com/
MIT License
23 stars 53 forks source link

re-implement Markdown #135

Open osBins opened 2 years ago

osBins commented 2 years ago

New UI does not support Markdown. Earlier the chatApp used markdown-it, the code for which still exists in client.js file but it is not linked to the messages how they are being showed in the new UI

KossakowskaKarolina commented 2 years ago

Hello, I would work on this one. @osBins could you assign me to this? Or is it reserved for someone else?

osBins commented 2 years ago

Hi @KossakowskaKarolina, great! Assigning this issue to you.

osBins commented 2 years ago

Partially resolved.