compressed TOC code example

This commit is contained in:
Heydon Pickering 2017-07-14 18:33:53 +01:00
parent 33a5434c62
commit 215f6b015f
5 changed files with 11 additions and 27 deletions

View File

@ -9,24 +9,16 @@ Pattern pages in **Infusion** that have two or more subheadings — `<h2>`s —
<h2 id="toc-heading">Table of contents</h2>
<ol>
<li>
<a href="#cleaning-the-content-folder">
“Cleaning” the content folder
</a>
<a href="#cleaning-the-content-folder">“Cleaning” the content folder</a>
</li>
<li>
<a href="#the-setup-command">
The setup command
</a>
<a href="#the-setup-command">The setup command</a>
</li>
<li>
<a href="#the-config-file">
The config file
</a>
<a href="#the-config-file">The config file</a>
</li>
<li>
<a href="#including-a-logo">
Including a logo
</a>
<a href="#including-a-logo">Including a logo</a>
</li>
</ol>
</nav>

View File

@ -271,24 +271,16 @@
&lt;h2 id=&quot;toc-heading&quot;&gt;Table of contents&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;a href=&quot;#cleaning-the-content-folder&quot;&gt;
“Cleaning” the content folder
&lt;/a&gt;
&lt;a href=&quot;#cleaning-the-content-folder&quot;&gt;“Cleaning” the content folder&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;#the-setup-command&quot;&gt;
The setup command
&lt;/a&gt;
&lt;a href=&quot;#the-setup-command&quot;&gt;The setup command&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;#the-config-file&quot;&gt;
The config file
&lt;/a&gt;
&lt;a href=&quot;#the-config-file&quot;&gt;The config file&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;#including-a-logo&quot;&gt;
Including a logo
&lt;/a&gt;
&lt;a href=&quot;#including-a-logo&quot;&gt;Including a logo&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/nav&gt;

File diff suppressed because one or more lines are too long