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
/
Markdown-from-MDTest1.1.mdtest
/
Hard-wrapped_paragraphs_with_list-like_lines.json
3 lines
(2 loc)
•
254 B
JSON
View Raw
1
2
3
[
"html"
, [
"p"
,
"In Markdown 1.0.0 and earlier. Version\u000a8. This line turns into a list item.\u000aBecause a hard-wrapped line in the\u000amiddle of a paragraph looked like a\u000alist item."
]
,
[
"p"
,
"Here's one with a bullet.\u000a* criminey."
]
]