UNPKG

markdown

Version:

A sensible Markdown parser for javascript

19 lines (18 loc) 364 B
["html", ["p", "Valid nesting:"], ["p", ["strong", ["a", { "href": "url" }, "Link"]]], ["p", ["a", { "href": "url" }, ["strong", "Link"]]], ["p", ["strong", ["a", { "href": "url" }, ["strong", "Link"]]]], ["p", "Invalid nesting:"], ["p", ["a", { "href": "url" }, "[Link](url)"]]]