summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/cm_thematic_breaks.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/new/cm_thematic_breaks.html')
-rw-r--r--packages/markdown/marked/test/new/cm_thematic_breaks.html106
1 files changed, 0 insertions, 106 deletions
diff --git a/packages/markdown/marked/test/new/cm_thematic_breaks.html b/packages/markdown/marked/test/new/cm_thematic_breaks.html
deleted file mode 100644
index ec3f9f74..00000000
--- a/packages/markdown/marked/test/new/cm_thematic_breaks.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<h1 id="thematic-breaks">Thematic breaks</h1>
-
-<h3 id="example-13">Example 13</h3>
-
-<hr>
-<hr>
-<hr>
-
-<h3 id="example-14">Example 14</h3>
-
-<p>+++</p>
-
-<h3 id="example-15">Example 15</h3>
-
-<p>===</p>
-
-<h3 id="example-16">Example 16</h3>
-
-<p>--
-**
-__</p>
-
-<h3 id="example-17">Example 17</h3>
-
-<hr>
-<hr>
-<hr>
-
-<h3 id="example-18">Example 18</h3>
-
-<pre><code>***
-</code></pre>
-
-<h3 id="example-19">Example 19</h3>
-
-<p>Foo
- ***</p>
-
-<h3 id="example-20">Example 20</h3>
-
-<hr>
-
-<h3 id="example-21">Example 21</h3>
-
-<hr>
-
-<h3 id="example-22">Example 22</h3>
-
-<hr>
-
-<h3 id="example-23">Example 23</h3>
-
-<hr>
-
-<h3 id="example-24">Example 24</h3>
-
-<hr>
-
-<h3 id="example-25">Example 25</h3>
-
-<p>_ _ _ _ a</p>
-<p>a------</p>
-<p>---a---</p>
-
-
-<h3 id="example-26">Example 26</h3>
-
-<p> <em>-</em></p>
-
-<h3 id="example-27">Example 27</h3>
-
-<ul>
-<li>foo</li>
-</ul>
-<hr>
-<ul>
-<li>bar</li>
-</ul>
-
-<h3 id="example-28">Example 28</h3>
-
-<p>Foo</p>
-<hr>
-<p>bar</p>
-
-<h3 id="example-29">Example 29</h3>
-
-<h2 id="foo">Foo</h2>
-<p>bar</p>
-
-<h3 id="example-30">Example 30</h3>
-
-<ul>
-<li>Foo</li>
-</ul>
-<hr>
-<ul>
-<li>Bar</li>
-</ul>
-
-<h3 id="example-31">Example 31</h3>
-
-<ul>
-<li>Foo</li>
-<li><hr></li>
-</ul> \ No newline at end of file