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
While parsing the following docblock:
/** * Usage * ----- * * <div id="pg"> * <div data-pagination-value>1</div> * of * <div data-pagination-max>10</div> * </div> */
ESDoc replaces all code containing HTML elements by actual HTML elements, which is undesired in a code block:
Is there a way to achieve this in another way (I tried with triple backquotes, same issue), or disable HTML in comments entirely?
The text was updated successfully, but these errors were encountered:
@amercier Hi! Thank you for reporting issue. This is the bug of ESDoc. I will try to fix the bug that it can use triple backquotes.
Sorry, something went wrong.
fix: broken @desc when it has html code.
43e1543
#12
@amercier I fixed this bug. I will release the fixing in next version.
👍
No branches or pull requests
While parsing the following docblock:
ESDoc replaces all code containing HTML elements by actual HTML elements, which is undesired in a code block:
Is there a way to achieve this in another way (I tried with triple backquotes, same issue), or disable HTML in comments entirely?
The text was updated successfully, but these errors were encountered: