``` ## Heading .

Heading

``` ``` # Heading # another .

Heading

another

``` ``` # Heading # continued .

Heading continued

``` ``` ## heading para .

heading

para

``` ``` ## .

``` ``` ## Heading ### Next level .

Heading

Next level

``` ``` # Heading lazy .

Heading lazy

``` ``` # Heading lazy # more lazy text .

Heading lazy more lazy

text

``` ``` ##Notheading .

##Notheading

``` ``` ## Heading .

Heading

``` ``` ## heading ## .

heading ##

``` ``` # # heading .

# heading

``` Auto-identifiers: ``` {#Foo-bar} Paragraph # Foo bar ## Foo bar {#baz} # Foo bar .

Paragraph

Foo bar

Foo bar

Foo bar

``` Implicit header references: ``` See [Introduction][]. # Introduction .

See Introduction.

Introduction

``` ``` See [Introduction][]. {#foo} # Introduction .

See Introduction.

Introduction

``` ``` See [Introduction][]. # Introduction [Introduction]: #bar .

See Introduction.

Introduction

```