One-Click Conversion from Advanced WYSIWYG to Markdown
backlog
Akash Sivaraman
Add a built-in feature to convert Advanced WYSIWYG (rich-text) articles into clean, standards-compliant Markdown with a single action.
Problem Statement
Many teams author content using Advanced WYSIWYG editors because they’re user-friendly and support rich formatting. However, Markdown (MD) is increasingly preferred for:
-> AI/LLM crawling and ingestion
-> Developer documentation workflows
-> Version control and diffing
-> Content portability across platforms
Currently, converting WYSIWYG content to Markdown requires manual effort or unreliable third-party tools, leading to:
-> Formatting inconsistencies
-> Loss of semantic structure (headings, lists, code blocks)
-> Increased friction in publishing pipelines
Log In
D
D360 Product Management
Hi Akash,
This is a high-impact but also high-complexity enhancement, because it involves:
- Mapping rich-text editor structures to Markdown reliably
- Preserving formatting fidelity (tables, nested lists, callouts, code blocks, embeds, etc.)
- Handling edge cases across all supported editor components
- Ensuring the output is clean, consistent, and usable in real-world pipelines
Given the scope, this is not a quick addition and requires deeper architectural consideration. While we may not be able to take this up in the immediate roadmap, we do recognize its growing importance and will revisit it as part of future enhancements in this space.
D
D360 Product Management
marked this post as
backlog