You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#412 and #493. First we parse footnote content as
its own document avoid quirks with using li as a parent. Second, we
surround placeholders with STX and ETX to prevent them from interfering
with inline parsing; this is also consistent with how placeholders are
used everywhere else in Python Markdown.
<p>3 <aclass="footnote-backref" href="#fnref:c" rev="footnote" title="Jump back to footnote 8 in the text">↩</a></p>
43
45
</li>
46
+
<liid="fn:d">
47
+
<p><em>emphasis works</em></p>
48
+
<p><em>emphasis still works</em> <aclass="footnote-backref" href="#fnref:d" rev="footnote" title="Jump back to footnote 9 in the text">↩</a></p>
49
+
</li>
50
+
<liid="fn:e">
51
+
<ol>
52
+
<li>
53
+
<p>The top couple half figure, contrary sides and hands across with bottom couple,</p>
54
+
<p>Half figure back on your own sides, and turn partner to places,</p>
55
+
<p>Swing partners with right hands into straight line long-ways, as in a reel, and</p>
56
+
<p>Set,</p>
57
+
<p>Hey and return to places,</p>
58
+
<p>The other three couples do the same.</p>
59
+
</li>
60
+
<li>
61
+
<p>Top and bottom couples meet and set,</p>
62
+
<p>Then each gentleman leas the opposite lady to the couple on his left, and set,</p>
63
+
<p>Aach four right and left,</p>
64
+
<p>Swing side couples to places, and turn partners all eight,</p>
65
+
<p>The other two couple o the same.</p>
66
+
</li>
67
+
</ol>
68
+
<p><aclass="footnote-backref" href="#fnref:e" rev="footnote" title="Jump back to footnote 10 in the text">↩</a></p>
0 commit comments