-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16d68a8
commit 16961be
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
src/MarkdownDeepTests/testfiles/extramode/HeaderIDs(ExtraMode)(AutoHeadingIDs).html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<h1 id="part1">part 1</h1> | ||
<h1 id="part1">part 1<a class="headerlink" href="#part1" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="part2">part 2</h1> | ||
<h1 id="part2">part 2<a class="headerlink" href="#part2" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="part3">part 3</h1> | ||
<h1 id="part3">part 3<a class="headerlink" href="#part3" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="part4">part 4</h1> | ||
<h1 id="part4">part 4<a class="headerlink" href="#part4" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="header-identifiers-in-html">Header identifiers in HTML</h1> | ||
<h1 id="header-identifiers-in-html">Header identifiers in HTML<a class="headerlink" href="#header-identifiers-in-html" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="dogs--in-my-house">Dogs?--in <em>my</em> house?</h1> | ||
<h1 id="dogs--in-my-house">Dogs?--in <em>my</em> house?<a class="headerlink" href="#dogs--in-my-house" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="html-s5-rtf"><a href="#html">HTML</a>, <a href="#S5">S5</a>, <a href="#rtf">RTF</a></h1> | ||
<h1 id="html-s5-rtf"><a href="#html">HTML</a>, <a href="#S5">S5</a>, <a href="#rtf">RTF</a><a class="headerlink" href="#html-s5-rtf" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="applications">3. Applications</h1> | ||
<h1 id="applications">3. Applications<a class="headerlink" href="#applications" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="section">!!!</h1> | ||
<h1 id="section">!!!<a class="headerlink" href="#section" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="heading">heading</h1> | ||
<h1 id="heading">heading<a class="headerlink" href="#heading" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="heading-1">heading</h1> | ||
<h1 id="heading-1">heading<a class="headerlink" href="#heading-1" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
||
<h1 id="heading-2">heading</h1> | ||
<h1 id="heading-2">heading<a class="headerlink" href="#heading-2" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1> | ||
|
8 changes: 4 additions & 4 deletions
8
src/MarkdownDeepTests/testfiles/extramode/HeaderIDs(ExtraMode).html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters