File: toc_invalid.txt

package info (click to toggle)
python-markdown 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,168 kB
  • sloc: python: 12,708; makefile: 66; sh: 7
file content (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (8)
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>`.