8 min read
2026-03-06
Markdown is a lightweight markup language for formatting text. It is widely used on GitHub, in documentation, and in blogs.
`# H1`, `## H2`, `### H3`
*Italic*: `*text*`
~~Strikethrough~~: `~~text~~`
Unordered: `- item`
Ordered: `1. item`
Link: `[text](url)`
Image: ``
Inline: backticks
Block: triple backticks with language specification
Use | to separate columns.
Try the editor in Markdown Preview.
See also: Word Counter, Case Converter