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
On the tag details page, the tag summary display is not as expected.
The text was updated successfully, but these errors were encountered:
Summary used escapeRemove to remove html, need to do retention?
escapeRemove
Sorry, something went wrong.
@shuashuai If we want the description to show the parsed markdown, don't we need to use the escapeRemove method or not?
Summary used escapeRemove to remove html, need to do retention? @shuashuai If we want the description to show the parsed markdown, don't we need to use the escapeRemove method or not?
There is no need to use it after the requirements change. According to the new features, it is necessary to display and correctly parse html.
No branches or pull requests
Is your enhancement request related to a problem? Please describe
On the tag details page, the tag summary display is not as expected.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: