We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) */
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Behaviour: Outputs markdown as is.
![Screenshot 2021-02-08 at 19 38 36](https://user-images.githubusercontent.com/4947962/107259126-4ce07c00-6a45-11eb-8d61-e74d7594ce10.png)
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:
Add markdown to an additional prop:
The text was updated successfully, but these errors were encountered: