Markdown Cheat Sheet

Complete Markdown syntax reference guide

Markdown Cheat Sheet

Quick reference guide for Markdown syntax. Click the copy button to copy any command.

76
Total Commands
76
Filtered Results

Headings

CommandCopyDescription
# Heading 1Largest heading (H1)
## Heading 2Second level heading (H2)
### Heading 3Third level heading (H3)
#### Heading 4Fourth level heading (H4)
##### Heading 5Fifth level heading (H5)
###### Heading 6Smallest heading (H6)

Text Formatting

CommandCopyDescription
**bold text**Bold text
__bold text__Bold text (alternative)
*italic text*Italic text
_italic text_Italic text (alternative)
***bold and italic***Bold and italic text
~~strikethrough~~Strikethrough text
`code`Inline code
==highlight==Highlighted text (extended syntax)
H~2~OSubscript text (extended syntax)
X^2^Superscript text (extended syntax)

Links

CommandCopyDescription
[link text](https://example.com)Inline link
[link text](https://example.com "title")Link with title
<https://example.com>Auto-linked URL
[link text][1]Reference-style link
[1]: https://example.comReference link definition
[link text](#heading)Link to heading anchor

Images

CommandCopyDescription
![alt text](image.jpg)Inline image
![alt text](image.jpg "title")Image with title
![alt text][1]Reference-style image
[1]: image.jpgReference image definition
[![alt text](image.jpg)](link.com)Linked image

Lists

CommandCopyDescription
- ItemUnordered list item
* ItemUnordered list item (alternative)
+ ItemUnordered list item (alternative)
1. ItemOrdered list item
- [ ] TaskTask list item (unchecked)
- [x] TaskTask list item (checked)
- Nested itemNested list item (2 spaces)

Code Blocks

CommandCopyDescription
``` code ```Fenced code block
```javascript code ```Code block with syntax highlighting
code lineIndented code block (4 spaces)
~~~ code ~~~Fenced code block (alternative)

Tables

CommandCopyDescription
| Header 1 | Header 2 |Table header row
| -------- | -------- |Table separator row
| Cell 1 | Cell 2 |Table data row
| :--- |Left align column
| :---: |Center align column
| ---: |Right align column

Blockquotes

CommandCopyDescription
> QuoteBlockquote
> Line 1 > Line 2Multi-line blockquote
>> NestedNested blockquote

Horizontal Rules

CommandCopyDescription
---Horizontal rule
***Horizontal rule (alternative)
___Horizontal rule (alternative)

Line Breaks

CommandCopyDescription
Line 1 Line 2Line break (2 spaces + newline)
Line 1<br>Line 2Line break (HTML)

Escaping

CommandCopyDescription
\*escaped\*Escape special characters
\# Not a headingEscape heading syntax
\[not a link\]Escape link syntax

HTML

CommandCopyDescription
<div>HTML content</div>Embed HTML tags
<span style="color:red">text</span>HTML with inline styles
<!-- comment -->HTML comment

Footnotes

CommandCopyDescription
Text[^1]Footnote reference
[^1]: Footnote textFootnote definition

Definition Lists

CommandCopyDescription
Term : DefinitionDefinition list (extended syntax)

Abbreviations

CommandCopyDescription
*[HTML]: Hypertext Markup LanguageAbbreviation definition

Math

CommandCopyDescription
$inline math$Inline math equation
$$ block math $$Block math equation

Emoji

CommandCopyDescription
:smile:Emoji shortcode
:rocket:Emoji shortcode (rocket)
:heart:Emoji shortcode (heart)

Special Characters

CommandCopyDescription
&copy;Copyright symbol (Š)
&reg;Registered trademark (ÂŽ)
&trade;Trademark symbol (â„ĸ)
&nbsp;Non-breaking space

Metadata

CommandCopyDescription
--- title: Page Title ---YAML front matter
+++ title = "Page Title" +++TOML front matter

Admonitions

CommandCopyDescription
> [!NOTE] > Note textNote admonition (GitHub)
> [!WARNING] > Warning textWarning admonition (GitHub)
> [!IMPORTANT] > Important textImportant admonition (GitHub)

All operations are performed locally in your browser. No data is sent to any server.

About Markdown Cheat Sheet

This section will contain detailed, SEO-friendly content about the Markdown Cheat Sheet.

In the future, this content will be managed through a headless CMS, allowing you to:

  • Add detailed explanations about how to use this tool
  • Include examples and use cases
  • Provide tips and best practices
  • Add FAQs and troubleshooting guides
  • Update content without touching the code

How to Use

Step-by-step instructions for using the Markdown Cheat Sheet will appear here. This content will be fully customizable through the admin panel.

Features

Key features and benefits of this tool will be listed here. All content is editable via the CMS.