jfirebaugh on mdast
@linkcode and @linkplain are in… (compare)
jfirebaugh on mdast
Replace markdown strings with p… (compare)
jfirebaugh on mdast
Replace markdown strings with p… (compare)
jfirebaugh on mdast
Replace markdown strings with p… (compare)
./src/utilities/isCookieSet
.
hey just to say thanks for the project!
i'm happy with how my heavily hacked documentation.js site came out:
mpe.js.org
documentationjs buil…-t node_modules/my-theme/ -o docs
@const some-variable-name-with-dashes
gets parsed to an object with name simply “some”. Does anyone know if this is standard JSDoc, or something in documentationjs?
"tags": [
{
"title": "const",
"description": “-variable-name-with-dashes",
"lineNumber": 3,
"type": null,
"name": “some"
}
}