A simple bold text, an italic text, and a strikethrough.
Inline code looks like this: fmt.Println("Hello, World!")
.
Unordered list:
Ordered list:
Task list:
A link to Go.
An image:
This is a blockquote.
It can span multiple lines and contain formatting inside.
1package main
2
3import "fmt"
4
5func main() {
6 fmt.Println("Hello from Go code block!")
7}
1{
2 "title": "Example",
3 "valid": true,
4 "items": [1, 2, 3]
5}
Syntax | Description | Example |
---|---|---|
**bold** |
Bold text | bold |
*italic* |
Italic text | italic |
`code` |
Inline code | code |
This is text below a horizontal rule.
You can escape Markdown symbols with backslashes:
*Not italic*, _not italic_, # not heading.
This is the first paragraph.
This is the second paragraph, separated by a blank line.
Term 1
: Definition for term 1
Term 2
: Definition for term 2