Convert to HTML
HTML is the standard format for web content. This group converts Markdown source, DOCX office documents and RTF rich text into complete HTML5 documents with inline layout styles โ 3 conversion directions.
Markdown conversion disables embedded HTML to prevent injection. DOCX paragraphs map to semantic tags (p/h1-h6/strong/em/table). RTF is parsed by a control-word state machine that preserves inline bold, italic and underline formatting.
MarkdownโHTML
Renders Markdown to a complete HTML5 document (GFM tables and strikethrough, inline typography) for publishing blog and doc pages.
DOCXโHTML
Maps Word headings, lists and tables to semantic HTML tags, wrapped in a complete styled HTML5 document that stays hand-editable.
RTFโHTML
Rebuilds RTF as a complete HTML5 document โ paragraphs from \par marks, bold/italic/underline kept as semantic tags, ready to publish.