UNPKG
markdown
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.1.2
0.1.1
0.1.0
A sensible Markdown parser for javascript
evilstreak/markdown-js
markdown
/
test
/
fixtures
/
docs-pythonmarkdown2-tm-cases-pass
/
footnotes_safe_mode_escape.text
7 lines
(3 loc)
•
185 B
Plain Text
View Raw
1
2
3
4
5
6
7
This is a para with a footnote.[^1] [^1]: Here is the
<
em
>
body
</
em
>
of
<
span
class
=
"yo"
>
the
</
span
>
footnote.
<
div
class
=
"blah"
>
And here is the second para of the footnote.
</
div
>