Supported Markdown
- Headings (# to ######), bold (**), italic (*), inline code (`), strikethrough (~~)
- Bulleted and numbered lists with nesting
- Links [text](url), images , blockquotes (>)
- Fenced code blocks with optional language hint
- GitHub-flavored tables and task lists
- Horizontal rules (---)
Common uses
- Author Markdown for blog post → paste HTML into a CMS that doesn't accept Markdown
- Reverse: take an HTML article from your inbox, convert to Markdown for a static-site repo
- Quickly preview how Markdown will render before pushing to GitHub/GitLab
- Author docs in Markdown, then publish as HTML email