File: toc_invalid.html

package info (click to toggle)
python-markdown 2.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,836 kB
  • ctags: 805
  • sloc: python: 5,417; makefile: 67; sh: 12
file content (6 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
<h2 id="toc">[TOC]</h2>
<h1 id="header-1">Header 1</h1>
<p>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 <code>&lt;hr&gt;</code>.</p>