# H1
## H2
### H3
#### H4
##### H5
###### H6
### My Heading {#heading-id}
**bold text**
__bold text__
bold text
bold text
*italicized text*
_italicized text_
italicized text
italicized text
~~The world is flat.~~
The world is flat.
I need to highlight these ==very important words==.
I need to highlight these ==very important words==.
H~2~O
H~2~O
X^2^
X^2^
This text is ***really important***.
This text is ___really important___.
This text is __*really important*__.
This text is **_really important_**.
This is really***very***important text.
This text is really important.
This text is really important.
This text is really important.
This text is really important.
This is reallyveryimportant text.
> blockquote
blockquote
> Dorothy followed her through many of the beautiful rooms in her castle.
>
> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
> Dorothy followed her through many of the beautiful rooms in her castle.
>
>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
> #### The quarterly results look great!
>
> — Revenue was off the chart.
> — Profits were higher than ever.
>
>
> *Everything* is going, according to **plan**.
The quarterly results look great!
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going, according to plan.
1. First item
2. Second item
3. Third item
1. First item
1. Second item
4. Third item
5. Third item
1. Indented item
2. Indented item
6. Fourth item
- First item
- Second item
- Third item
- Indented item 1
- Indented item 2
- Fourth item
* First item
* Second item
+ First item
+ Second item
- 1968\. A great year!
- I think 1969 was second best.
Fourth item
Second item
Second item
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.
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
code
Use `code` in your Markdown file.
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
<html>
<head>
</head>
</html>
***
---
___
[Markdown Guide](https://www.markdownguide.org)
My favorite search engine is [Duck Duck Go](https://duckduckgo.com "The best search engine for privacy").
My favorite search engine is Duck Duck Go.
<https://www.markdownguide.org>
<fake@example.com>
https://www.markdownguide.org
fake@example.com
I love supporting the **[EFF](https://eff.org)**.
This is the *[Markdown Guide](https://www.markdownguide.org)*.
See the section on [`code`](#code).
I love supporting the EFF.
This is the Markdown Guide.
See the section on code
.
[hobbit-hole][1]
[1]: https://en.wikipedia.org/wiki/Hobbit#Lifestyle
[1]: https://en.wikipedia.org/wiki/Hobbit#Lifestyle "Hobbit lifestyles"
[1]: https://en.wikipedia.org/wiki/Hobbit#Lifestyle 'Hobbit lifestyles'
[1]: https://en.wikipedia.org/wiki/Hobbit#Lifestyle (Hobbit lifestyles)
[1]: <https://en.wikipedia.org/wiki/Hobbit#Lifestyle> "Hobbit lifestyles"
[1]: <https://en.wikipedia.org/wiki/Hobbit#Lifestyle> 'Hobbit lifestyles'
[1]: <https://en.wikipedia.org/wiki/Hobbit#Lifestyle> (Hobbit lifestyles)
An Example Putting the Parts Together:
In a hole in the ground, there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy
smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a [hobbit-hole][1], and that
means comfort.
[1]: <https://en.wikipedia.org/wiki/Hobbit#Lifestyle> "Hobbit lifestyles"
In a hole in the ground, there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit-hole, and that means comfort.
[My Heading](#heading-id)
[My Heading](https://teratron.github.io/cheatsheet/markdown/#heading-id)
Here's a simple footnote,[^1] and here's a longer one.[^note]
[^1]: This is the first footnote.
[^note]: Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
`{ my code }`
Add as many paragraphs as you like.
Here’s a simple footnote,1 and here’s a longer one.2


[](https://www.flickr.com/photos/beaurogers/31833779864)
| Syntax | Description |
|-----------|-------------|
| Header | Title |
| Paragraph | Text |
| Syntax | Description | Test Text |
|:----------|:-----------:|------------:|
| Header | Title | Here's this |
| Paragraph | Text | And more |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here’s this |
Paragraph | Text | And more |
Gone camping! :tent: Be back soon.
That is so funny! :joy:
Gone camping! :tent: Be back soon.
That is so funny! :joy:
See also Emojipedia
* Без обратной косой черты это был бы маркер в неупорядоченном списке.
| Character | Name |
|-----------|---------------------|
| \ | backslash |
| ` | backtick |
| * | asterisk |
| _ | underscore |
| { } | curly braces |
| [ ] | brackets |
| < > | angle brackets |
| ( ) | parentheses |
| # | pound sign |
| + | plus sign |
| - | minus sign (hyphen) |
| . | dot |
| ! | exclamation mark |
| | | pipe |
Character | Name |
---|---|
\ | backslash |
` | backtick |
* | asterisk |
_ | underscore |
{ } | curly braces |
[ ] | brackets |
< > | angle brackets |
( ) | parentheses |
# | pound sign |
+ | plus sign |
- | minus sign (hyphen) |
. | dot |
! | exclamation mark |
| | pipe |