Free online tools for everyday tasks
Markdown is a lightweight markup language with plain-text formatting syntax, designed to be easy to write and easy to read. It's widely used for formatting README files, forum posts, documentation, and more.
| Element | Markdown Syntax |
|---|---|
| Heading | # H1## H2### H3 |
| Bold | **bold text** |
| Italic | *italicized text* |
| Blockquote | > blockquote |
| Ordered List | 1. First item2. Second item |
| Unordered List | - First item- Second item |
| Code | `code` |
| Horizontal Rule | --- |
| Link | [title](https://www.example.com) |
| Image |  |
| Table | | Header | Header || ------ | ------ || Cell | Cell | |