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

11 lines
153 B
JSON

["html",
["p",
"A ",
["a",
{ "href" : "http://reference.com" },
"link using a reference"
],
" separated by a space."
]
]