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).
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 packagereact-markdown
, which does not use lexical at all).