```
## Heading
.
```
```
# Heading
# another
.
```
```
# Heading
# continued
.
```
```
##
heading
para
.
```
```
##
.
```
```
## Heading
### Next level
.
```
```
# Heading
lazy
.
```
```
# Heading
lazy
# more
lazy
text
.
Heading
lazy
more
lazy
text
```
```
##Notheading
.
##Notheading
```
```
## Heading
.
```
```
## heading ##
.
```
```
# # heading
.
```
Auto-identifiers:
```
{#Foo-bar}
Paragraph
# Foo bar
## Foo bar
{#baz}
# Foo bar
.
Paragraph
```
Implicit header references:
```
See [Introduction][].
# Introduction
.
See Introduction.
```
```
See [Introduction][].
{#foo}
# Introduction
.
See Introduction.
```
```
See [Introduction][].
# Introduction
[Introduction]: #bar
.
See Introduction.
```