Lines Matching full:toc
23 from markdown.extensions.toc import TocExtension
30 # TODO: Move the rest of the TOC tests here.
106 # Header 1 not in TOC
108 ## Header 2 not in TOC
114 ##### Header 5 not in TOC
119 <h1 id="header-1-not-in-toc">Header 1 not in TOC</h1>
120 <h2 id="header-2-not-in-toc">Header 2 not in TOC</h2>
123 <h5 id="header-5-not-in-toc">Header 5 not in TOC</h5>
127 'toc': (
128 '<div class="toc">\n'
165 ### Header 3 not in TOC
172 <h3 id="header-3-not-in-toc">Header 3 not in TOC</h3>
176 'toc': (
177 '<div class="toc">\n'
210 # Header 1 not in TOC
212 ## Header 2 not in TOC
218 ##### Header 5 not in TOC
221 … '<h1 id="header-1-not-in-toc">' # noqa
222 … '<a class="toclink" href="#header-1-not-in-toc">Header 1 not in TOC</a></h1>\n' # noqa
223 … '<h2 id="header-2-not-in-toc">' # noqa
224 … '<a class="toclink" href="#header-2-not-in-toc">Header 2 not in TOC</a></h2>\n' # noqa
229 … '<h5 id="header-5-not-in-toc">' # noqa
230 … '<a class="toclink" href="#header-5-not-in-toc">Header 5 not in TOC</a></h5>', # noqa
232 'toc': (
233 '<div class="toc">\n'
266 # Header 1 not in TOC
268 ## Header 2 not in TOC
274 ##### Header 5 not in TOC
277 …'<h1 id="header-1-not-in-toc">Header 1 not in TOC' …
278 …'<a class="headerlink" href="#header-1-not-in-toc" title="Permanent link">¶</a></h1>\n' # no…
279 …'<h2 id="header-2-not-in-toc">Header 2 not in TOC' …
280 …'<a class="headerlink" href="#header-2-not-in-toc" title="Permanent link">¶</a></h2>\n' # no…
285 …'<h5 id="header-5-not-in-toc">Header 5 not in TOC' …
286 …'<a class="headerlink" href="#header-5-not-in-toc" title="Permanent link">¶</a></h5>', # no…
288 'toc': (
289 '<div class="toc">\n'
340 'toc': (
341 '<div class="toc">\n'
389 'toc': (
390 '<div class="toc">\n'
423 [TOC]
430 <div class="toc">
438 extensions=['toc']
445 extensions=['toc']
535 from markdown.extensions.toc import slugify_unicode
546 from markdown.extensions.toc import slugify_unicode
568 '[TOC]\ntext',
569 '<p>[TOC]<br />\ntext</p>',
578 [TOC]
599 [TOC]