aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/toc_invalid.txt
blob: f6c4ec4d763a18c2d12ab7ba7eacf2f036f268d4 (plain)
1
2
3
4
5
6
7
8
9
[TOC]
-----

# Header 1

The TOC marker cannot be inside a header. This test makes sure markdown doesn't 
crash when it encounters this  errant syntax. The unexpected output should
clue the author in that s/he needs to add a blank line between the TOC and
the `<hr>`.