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
/
blockquote_with_pre.json
3 lines
(2 loc)
•
220 B
JSON
View Raw
1
2
3
[
"html"
, [
"blockquote"
, [
"p"
,
"Markdown indents blockquotes a couple of spaces\u000a necessitating some tweaks for pre-blocks in that\u000a blockquote:"
]
,
[
"pre"
, [
"code"
,
"here is a check\u000afor that\u000a"
]
]]]