markdown
Version:
A sensible Markdown parser for javascript
21 lines (20 loc) • 439 B
JSON
["html", ["p", {
"class": "class1",
"style": "color:red"
},
"hello"], "\u000a", ["table", {
"class": "class1",
"summary": "Table summary",
"style": "color:red"
},
["thead", ["tr", ["th", "h"],
["th", "h"]]],
["tbody", ["tr", ["th", {
"scope": "row",
"style": "text-align: left;"
},
" c1"],
["td", {
"style": "text-align: left;"
},
"c2"]]]], "\u000a"]