python-adminui
python-adminui copied to clipboard
Markdown component support
Any chance to support a 3rd party Markdown component? I noticed a couple of options here (and Antd doesn't support a Markdown component as standard): https://github.com/DwayneAnderson/react-antdown or https://remarkjs.github.io/react-markdown/
This could, for example, be made optionally available only if the 3rd party package is installed if you didn't want to bloat your installer with 3rd party addons.
Could this be done with Python's markdown package and RawHTML? Server-side processing of these types of content seems to be more natural.
OK I implemented as you mentioned in a RawHTML element. Feel free to close this issue.