UPDATED ON 2026-06-29
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraph
Here's a practical example of a paragraph in Markdown. This text demonstrates how content flows naturally in a blog post.
You can use various formatting options like bold , italic , strikethrough , and code within your paragraphs.
Blockquotes
Don't communicate by sharing memory, share memory by communicating.
— Rob Pike 1
Ordered List
- First item
- Second item
- Third item
Unordered List
- Item
- Subitem
- Subitem
Task List
- First item
- Second item
- Third item
Description List
First Term : This is the definition of the first term.
Second Term : This is one definition of the second term. : This is another definition of the second term.
Details
This is the answer to summary
Admonitions
:warning: Warning: Do not push the big red button.
:memo: Note: Sunrises are beautiful.
:bulb: Tip: Remember to appreciate the little things in life.
Image
To hide the caption, start it with an underscore _ or leave the alt text empty.

Tables
| Style | Weight | Other |
|---|---|---|
| Normal | Regular | Text |
| Italic | Bold | Code |
Code Blocks
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Badge
Other Elements — sub, sup, abbr, kbd, mark
H2O
Xn + Yn = Zn
GIF is a bitmap image format.
Press CTRL + ALT + Delete to end the session.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
Footnotes
- The above quote is excerpted from Rob Pike's talk during Gopherfest, November 18, 2015.