jsdoc/node_modules/markdown/test/features/meta/inner_whitespace.json
2011-05-07 15:16:47 +01:00

15 lines
212 B
JSON

["html",
["p",
{ "id" : "none" },
"We can have no whitespace"
],
["p",
{ "id" : "one" },
"Or a single whitespace"
],
["p",
{ "id" : "lots" },
"And even lots of whitespace"
]
]