Tables
Many converters either leave <table> markup untouched or flatten each cell into a paragraph. Here tables become GitHub Flavored Markdown pipe tables, with the header row and alignment separator intact and in document order. If you need to reshape one afterwards, send it to the table generator.
Heading and code style
Output uses ATX headings (## Heading) and fenced code blocks with triple backticks, not the underlined Setext style or four-space indentation. That is what GitHub, GitLab, Obsidian, and static site generators expect, so the Markdown drops straight into a repo without a reformatting pass.
Platform noise
HTML exported from an app carries that app’s scaffolding. Google Docs, Notion, and Confluence each get a dedicated tool that strips their specific wrapper classes and editor metadata first. Confluence info, tip, and warning macros additionally become GitHub-style [!NOTE] callouts instead of being lost.