Supported Markdown Conversions
- PDF to Markdown: Extracts text blocks, maintains heading hierarchies (#, ##), and bullet points without breaking paragraphs.
- HTML / Webpage to Markdown: Strips redundant inline CSS, scripts, and span tags, translating semantic DOM nodes into clean markdown.
- Notion & Google Docs to Markdown: Neutralizes proprietary data-attributes (e.g.
docs-internal-guid) and outputs standard markdown syntax. - JSON / CSV to Markdown Tables: Flattens tabular data into clean, aligned Markdown tables (
| col1 | col2 |).