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
Add @example as a known tag with the following format
@example
First line is the title (optional - if line is empty then there is no title) Rest is the tag content
/** * @example First line is example title * rest is * example * content * */
woudl result in the following
{ title: "First line is example title", content: "rest is\nexample\ncontent", }
The text was updated successfully, but these errors were encountered:
est: 5
Sorry, something went wrong.
No branches or pull requests
Proposal
Add
@example
as a known tag with the following formatFirst line is the title (optional - if line is empty then there is no title)
Rest is the tag content
woudl result in the following
The text was updated successfully, but these errors were encountered: