summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/cm_thematic_breaks.html
blob: ec3f9f7462fe46d6e9582394925941b7f0d4ec9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<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>