-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Behaviour: Outputs markdown as is.
Expected: Parse markdown (eg links) and render into HTML in the docs.
To replicate:
Specify additional tags to process markdown in a config.json as per https://jsdoc.app/plugins-markdown.html:
{
"source": {
"include": ["./src/components"],
"includePattern": ".+\\.(vue|js)$"
},
"plugins": [
"node_modules/jsdoc-vuejs",
"node_modules/jsdoc/plugins/markdown"
],
"markdown": {
"tags": ["vue-prop"]
}
}
Add markdown to an additional prop:
/**
* @vue-prop {boolean} [dense='false'] [vue-tel-input-vuetify dense, filled and outlined props](https://www.npmjs.com/package/vue-tel-input-vuetify#props)
*/
Metadata
Metadata
Assignees
Labels
No labels