How do I convert Markdown to HTML?+
Paste your Markdown, select 'HTML' as the output format, and click 'Convert'. The output is clean, semantic HTML with proper heading hierarchy, code blocks with language classes, and table markup.
Can I convert HTML back to Markdown?+
Yes. Paste HTML and select 'To Markdown'. The converter handles headings, bold/italic, links, lists, tables, and code blocks. Complex HTML with extensive CSS may not convert cleanly.
What is GitHub Flavored Markdown (GFM)?+
GFM extends standard Markdown with tables (| col | col |), task lists (- [ ] item), fenced code blocks with syntax highlighting (```js), strikethrough (~~text~~), and autolinked URLs. This tool supports GFM.
How do I convert Markdown to a Word document?+
Select DOCX as the output format. The converted document includes heading styles, bullet lists, bold/italic formatting, and code blocks. Open in Microsoft Word or Google Docs for further editing.