mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
9 lines
250 B
JSON
9 lines
250 B
JSON
["html", ["p", "I can has autolink? ", ["a", {
|
|
"href": "http://icanhascheeseburger.com"
|
|
},
|
|
"http://icanhascheeseburger.com"]],
|
|
["p", "Ask garfield: ", ["a", {
|
|
"href": "mailto:garfield@example.com"
|
|
},
|
|
"garfield@example.com"]]]
|