Convert any text format to clean Markdown. Support for HTML, JSON, CSV, XML, RTF, and plain text.
Markdown is a lightweight markup language that's easy to read and write. It's widely used for documentation, README files, blogs, and forums because it converts to clean HTML while remaining human-readable.
# Heading 1 - Main heading## Heading 2 - Subheading**bold text** - Bold formatting*italic text* - Italic formatting[link](url) - Links- list item - Bullet points`code` - Inline code