• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<div>
2<p><em>foo</em></p>
3</div>
4<div class="baz">
5<p><em>bar</em></p>
6</div>
7<div>
8<p><em>blah</em></p>
9</div>
10<div name="Example">
11<p>The text of the <code>Example</code> element.</p>
12<div name="DefaultBlockMode">
13<p>This text gets wrapped in <code>p</code> tags.</p>
14</div>
15<p>The tail of the <code>DefaultBlockMode</code> subelement.</p>
16<p name="DefaultSpanMode">
17This text <em>is not</em> wrapped in additional <code>p</code> tags.
18</p>
19<p>The tail of the <code>DefaultSpanMode</code> subelement.</p>
20<div name="SpanModeOverride">
21This <code>div</code> block is not wrapped in paragraph tags.
22Note: Subelements are not required to have tail text.
23</div>
24<p name="BlockModeOverride">
25<p>This <code>p</code> block <em>is</em> foolishly wrapped in further paragraph tags.</p>
26</p>
27<p>The tail of the <code>BlockModeOverride</code> subelement.</p>
28<div name="RawHtml">
29Raw html blocks may also be nested.
30</div>
31</div>
32<p>This text is after the markdown in html.</p>
33<div name="issue308">
34<p><span>1</span>
35<span>2</span></p>
36</div>
37<div name="issue368">
38<p>Markdown is <em>active</em> here.</p>
39<div name="RawHtml">
40Raw html blocks may also be nested.
41</div>
42<p>Markdown is <em>still</em> active here.</p>
43</div>
44<p>Markdown is <em>active again</em> here.</p>
45<div>
46<p>foo bar</p>
47<p><em>bar</em></p>
48</div>
49<div name="issue584">
50<div>
51<p><a href="http://example.com">link</a></p>
52</div>
53</div>
54<div name="issue584">
55<div>
56<p><abbr title="Abbreviation">abbr</abbr></p>
57</div>
58</div>
59<div name="issue584">
60<div>
61<p>footnote<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup></p>
62</div>
63</div>
64<div name="issue584">
65<div>
66<p><a href="http://example.com">link</a></p>
67</div>
68</div>
69<div name="issue584">
70<div>
71<p><abbr title="Abbreviation">abbr</abbr></p>
72</div>
73</div>
74<div name="issue584">
75<div>
76<p>footnote<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup></p>
77</div>
78</div>
79<div class="footnote">
80<hr />
81<ol>
82<li id="fn:1">
83<ol>
84<li>
85<p>The top couple half figure, contrary sides and hands across with bottom couple,</p>
86<p>Half figure back on your own sides, and turn partner to places,</p>
87<p>Swing partners with right hands into straight line long-ways, as in a reel, and</p>
88<p>Set,</p>
89<p>Hey and return to places,</p>
90<p>The other three couples do the same.</p>
91</li>
92<li>
93<p>Top and bottom couples meet and set,</p>
94<p>Then each gentleman leas the opposite lady to the couple on his left, and set,</p>
95<p>Aach four right and left,</p>
96<p>Swing side couples to places, and turn partners all eight,</p>
97<p>The other two couple o the same.</p>
98</li>
99</ol>
100<p><a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
101</li>
102<li id="fn:2">
103<ol>
104<li>
105<p>The top couple half figure, contrary sides and hands across with bottom couple,</p>
106<p>Half figure back on your own sides, and turn partner to places,</p>
107<p>Swing partners with right hands into straight line long-ways, as in a reel, and</p>
108<p>Set,</p>
109<p>Hey and return to places,</p>
110<p>The other three couples do the same.</p>
111</li>
112<li>
113<p>Top and bottom couples meet and set,</p>
114<p>Then each gentleman leas the opposite lady to the couple on his left, and set,</p>
115<p>Aach four right and left,</p>
116<p>Swing side couples to places, and turn partners all eight,</p>
117<p>The other two couple o the same.</p>
118</li>
119</ol>
120<p><a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p>
121</li>
122</ol>
123</div>