summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/cm_thematic_breaks.html
diff options
context:
space:
mode:
authorRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 10:13:11 +0800
committerRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 10:13:11 +0800
commitc3458855bdb52c976ee6689ad5a0d4e92e96f2e3 (patch)
treed9dbbcc3087b5bfc520710b5f5624a3f4e2b78e6 /packages/markdown/marked/test/new/cm_thematic_breaks.html
parent444848876759173ad80203129250d2f0311f30fc (diff)
parentcfcc73724fcd394150d1b815d0a7a4c466e216b5 (diff)
downloadwekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.tar.gz
wekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.tar.bz2
wekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.zip
Merge branch 'master' into lib-change
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