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
Describe the bug Comments are part of the Github Flavored Markdown spec: Source
However comments are not removed by this library, and instead are rendered as if they were clear text.
Checklist
main
Steps to reproduce In a view body, try the following:
NOTE: Don't put a space between the ! and the first hypen. I had to do this to make it show up here on the report
!
`Markdown("<! -- This is a comment --> But this is not")
Expected behavior Should output the text:
"But this is not"
Actual behavior Outputs the text:
"<! -- This is a comment --> But this is not" (without the space after the !)
Screenshots If applicable, add screenshots to help explain your problem.
Version information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Comments are part of the Github Flavored Markdown spec: Source
However comments are not removed by this library, and instead are rendered as if they were clear text.
Checklist
main
branch of this package.Steps to reproduce
In a view body, try the following:
NOTE: Don't put a space between the
!
and the first hypen. I had to do this to make it show up here on the report`Markdown("<! -- This is a comment --> But this is not")
Expected behavior
Should output the text:
"But this is not"
Actual behavior
Outputs the text:
"<! -- This is a comment --> But this is not" (without the space after the
!
)Screenshots
If applicable, add screenshots to help explain your problem.
Version information
The text was updated successfully, but these errors were encountered: