https://bugs.documentfoundation.org/show_bug.cgi?id=162153
--- Comment #1 from Eyal Rozenberg <[email protected]> --- (In reply to Buovjaga from comment #8 on bug 160734) > (In reply to Antonio Vidal from comment #4 on bug 160734) > > > Markdown support. But as you said, the challenge is picking a flavour > > > > Would propose Markdown-it due to being 100% compliant with CommonMark, > > secure by Google, and extensible with plugins > > > > https://github.com/markdown-it/markdown-it > > Python port: https://markdown-it-py.readthedocs.io/en/latest/# > > Experimental Rust port: https://github.com/chrisjsewell/markdown-it-pyrs > > > > Table and strikethrough from GFM flavour are implemented natively, and more > > features can be added via extensions > > https://markdown-it-py.readthedocs.io/en/latest/plugins.html > > Those are not for export, but for import. For import, an easier integration > would probably be this C-based lib: https://github.com/mity/md4c > > Note that when dealing with importing, valid Markdown files can contain any > HTML. 1. Are you sure Markdown can contain _any_ HTML rather than just _some_ HTML? 2. Regardless - we could start with an input filter that doesn't support HTML, or with very limited HTML support (e.g. tags like a, b, em). This would already be useful. -- You are receiving this mail because: You are the assignee for the bug.
