Markdown Converter
convert_markdownConvert HTML to clean Markdown for LLM processing, or Markdown to HTML for web rendering. Preserves structure like headings, lists, code blocks, links, and tables.
Instructions
Convert HTML to clean Markdown, or Markdown to HTML. Use HTML→Markdown when you've fetched a web page and need readable text for an LLM — strips tags, preserves headings, lists, code blocks, links, and tables. Use Markdown→HTML when rendering content in a web context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to convert | |
| from | Yes | Input format | |
| to | Yes | Output format |