python-adminui icon indicating copy to clipboard operation
python-adminui copied to clipboard

Markdown component support

Open jwag59 opened this issue 3 years ago • 2 comments

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.

jwag59 avatar Jun 03 '22 10:06 jwag59

Could this be done with Python's markdown package and RawHTML? Server-side processing of these types of content seems to be more natural.

bigeyex avatar Jun 05 '22 04:06 bigeyex

OK I implemented as you mentioned in a RawHTML element. Feel free to close this issue.

jwag59 avatar Jun 26 '22 08:06 jwag59