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

9 lines
110 B
JSON

["html",
["p",
"This is a ",
["code",
"code span with an `embedded` backtick"],
"."
]
]