-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extension tests, Fix bugs in extensions
- Loading branch information
Showing
29 changed files
with
912 additions
and
144 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
1 | ||
//- - - - - - - - -// | ||
## Title 0 | ||
|
||
## Title1 # {#id_1 .class-1} | ||
|
||
## Title2 {#id_2} | ||
|
||
## Title3 ## {#id_3 .class-3} | ||
|
||
## Title4 ## {attr3=value3} | ||
|
||
## Title5 ## {#id_5 attr5=value5} | ||
|
||
## Title6 ## {#id_6 .class6 attr6=value6} | ||
|
||
## Title7 ## {#id_7 attr7="value \"7"} | ||
//- - - - - - - - -// | ||
<h2 id="title-0">Title 0</h2> | ||
<h2 id="id_1" class="class-1">Title1</h2> | ||
<h2 id="id_2">Title2</h2> | ||
<h2 id="id_3" class="class-3">Title3</h2> | ||
<h2 attr3="value3" id="title4">Title4</h2> | ||
<h2 id="id_5" attr5="value5">Title5</h2> | ||
<h2 id="id_6" class="class6" attr6="value6">Title6</h2> | ||
<h2 id="id_7" attr7="value "7">Title7</h2> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// |
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
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
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 |
---|---|---|
@@ -0,0 +1,143 @@ | ||
1 | ||
//- - - - - - - - -// | ||
Apple | ||
: Pomaceous fruit of plants of the genus Malus in | ||
the family Rosaceae. | ||
|
||
Orange | ||
: The fruit of an evergreen tree of the genus Citrus. | ||
//- - - - - - - - -// | ||
<dl> | ||
<dt>Apple</dt> | ||
<dd>Pomaceous fruit of plants of the genus Malus in | ||
the family Rosaceae.</dd> | ||
<dt>Orange</dt> | ||
<dd>The fruit of an evergreen tree of the genus Citrus.</dd> | ||
</dl> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// | ||
|
||
|
||
|
||
2 | ||
//- - - - - - - - -// | ||
Apple | ||
: Pomaceous fruit of plants of the genus Malus in | ||
the family Rosaceae. | ||
: An American computer company. | ||
|
||
Orange | ||
: The fruit of an evergreen tree of the genus Citrus. | ||
//- - - - - - - - -// | ||
<dl> | ||
<dt>Apple</dt> | ||
<dd>Pomaceous fruit of plants of the genus Malus in | ||
the family Rosaceae.</dd> | ||
<dd>An American computer company.</dd> | ||
<dt>Orange</dt> | ||
<dd>The fruit of an evergreen tree of the genus Citrus.</dd> | ||
</dl> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// | ||
|
||
|
||
|
||
3 | ||
//- - - - - - - - -// | ||
Term 1 | ||
Term 2 | ||
: Definition a | ||
|
||
Term 3 | ||
: Definition b | ||
//- - - - - - - - -// | ||
<dl> | ||
<dt>Term 1</dt> | ||
<dt>Term 2</dt> | ||
<dd>Definition a</dd> | ||
<dt>Term 3</dt> | ||
<dd>Definition b</dd> | ||
</dl> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// | ||
|
||
|
||
|
||
4 | ||
//- - - - - - - - -// | ||
Apple | ||
|
||
: Pomaceous fruit of plants of the genus Malus in | ||
the family Rosaceae. | ||
|
||
Orange | ||
|
||
: The fruit of an evergreen tree of the genus Citrus. | ||
//- - - - - - - - -// | ||
<dl> | ||
<dt>Apple</dt> | ||
<dd> | ||
<p>Pomaceous fruit of plants of the genus Malus in | ||
the family Rosaceae.</p> | ||
</dd> | ||
<dt>Orange</dt> | ||
<dd> | ||
<p>The fruit of an evergreen tree of the genus Citrus.</p> | ||
</dd> | ||
</dl> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// | ||
|
||
|
||
5 | ||
//- - - - - - - - -// | ||
Term 1 | ||
|
||
: This is a definition with two paragraphs. Lorem ipsum | ||
dolor sit amet, consectetuer adipiscing elit. Aliquam | ||
hendrerit mi posuere lectus. | ||
|
||
Vestibulum enim wisi, viverra nec, fringilla in, laoreet | ||
vitae, risus. | ||
|
||
: Second definition for term 1, also wrapped in a paragraph | ||
because of the blank line preceding it. | ||
|
||
Term 2 | ||
|
||
: This definition has a code block, a blockquote and a list. | ||
|
||
code block. | ||
|
||
> block quote | ||
> on two lines. | ||
|
||
1. first list item | ||
2. second list item | ||
//- - - - - - - - -// | ||
<dl> | ||
<dt>Term 1</dt> | ||
<dd> | ||
<p>This is a definition with two paragraphs. Lorem ipsum | ||
dolor sit amet, consectetuer adipiscing elit. Aliquam | ||
hendrerit mi posuere lectus.</p> | ||
<p>Vestibulum enim wisi, viverra nec, fringilla in, laoreet | ||
vitae, risus.</p> | ||
</dd> | ||
<dd> | ||
<p>Second definition for term 1, also wrapped in a paragraph | ||
because of the blank line preceding it.</p> | ||
</dd> | ||
<dt>Term 2</dt> | ||
<dd> | ||
<p>This definition has a code block, a blockquote and a list.</p> | ||
<pre><code>code block. | ||
</code></pre> | ||
<blockquote> | ||
<p>block quote | ||
on two lines.</p> | ||
</blockquote> | ||
<ol> | ||
<li>first list item</li> | ||
<li>second list item</li> | ||
</ol> | ||
</dd> | ||
</dl> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// | ||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
1 | ||
//- - - - - - - - -// | ||
That's some text with a footnote.[^1] | ||
|
||
[^1]: And that's the footnote. | ||
|
||
That's the second paragraph. | ||
//- - - - - - - - -// | ||
<p>That's some text with a footnote.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p> | ||
<section class="footnotes" role="doc-endnotes"> | ||
<hr> | ||
<ol> | ||
<li id="fn:1" role="doc-endnote"> | ||
<p>And that's the footnote.</p> | ||
<p>That's the second paragraph.</p> | ||
</li> | ||
</ol> | ||
<section> | ||
//= = = = = = = = = = = = = = = = = = = = = = = =// | ||
|
||
|
||
|
Oops, something went wrong.