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
Input Code:
/** @file * This is an awesome file that you should use. */ const chart = require('Chart.js')
In the above code is in the file index.js, if I run the following command:
index.js
documentation build index.js -f > docs/index.md
The markdown output is:
## chart This is an awesome file that you should use. ..
and not:
This is an awesome file that you should use. ## chart ..
The text was updated successfully, but these errors were encountered:
Yes, see the tag support master ticket for the currently supported & unsupported tags: #9
Sorry, something went wrong.
No branches or pull requests
Input Code:
In the above code is in the file
index.js
, if I run the following command:documentation build index.js -f > docs/index.md
The markdown output is:
## chart This is an awesome file that you should use. ..
and not:
This is an awesome file that you should use. ## chart ..
The text was updated successfully, but these errors were encountered: