vocdoni / ui-scaffold

Vocdoni's protocol UI
https://app.vocdoni.io
GNU Affero General Public License v3.0
5 stars 2 forks source link

Unify markdown packages #784

Open elboletaire opened 2 weeks ago

elboletaire commented 2 weeks ago

Right now we're using two different package sets for creating and rendering markdown files. The one used to create markdown is lexical, which is actually a framework for WYSIWYG editors, so we should think about reusing that for rendering them too (rather than using the currently installed package react-markdown, which does not use lexical at all).