Markdown Syntax Guide
This converter supports GitHub Flavored Markdown (GFM) including tables, task lists, and syntax highlighting.
Common Elements
- Headings: # H1, ## H2, ### H3
- Bold: **text** or __text__
- Italic: *text* or _text_
- Links: [text](url)
- Images: 
- Code: `inline` or ```blocks```
- Lists: - or 1. for ordered
- Blockquotes: > text
- Tables: | col | col |