# Table of Contents
## No TOC
```````````````````````````````` example
none
.
none
````````````````````````````````
```````````````````````````````` example
# H1
## H2
.
H1
H2
````````````````````````````````
## Simple TOC
```````````````````````````````` example
.. toc::
# H1
## H2
.
H1
H2
````````````````````````````````
## Invalid Option
```````````````````````````````` example
# H1
## H2
.. toc::
:depth: s
.
H1
H2
TOC depth MUST be integer
````````````````````````````````
## Complex
```````````````````````````````` example
# H1
## H2
### H3
#### H4
# H1 B
# H1 `C`
.. toc:: Table of Contents
:depth: 3
.
H1
H2
H3
H4
H1 B
H1 C
````````````````````````````````
## Insane
```````````````````````````````` example
# H1
### H3
## H2
#### H4
### H3 B
# H1 B
.. toc::
.
H1
H3
H2
H4
H3 B
H1 B
````````````````````````````````
```````````````````````````````` example
### H3
## H2
# H1
.. toc::
.
H3
H2
H1
````````````````````````````````
## Link in Heading
```````````````````````````````` example
# [foo](/bar)
.. toc::
.
````````````````````````````````
## HTML in Heading
```````````````````````````````` example
# H1
.. toc::
.
H1
````````````````````````````````