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
Kiwi TCMS 7.2.1 (23 Dec 2019)
Unreadable formatting tags "pre" displays as text
(<pre> and </pre>)
tags "pre" correctly interpreted
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
FTR the offending text is including the opening/closing 3 backticks (copy-paste this raw comment):
@Test @Feature("test") fun test(){ /** When **/ val test = justTest() /** Then **/ TestCase.assertEquals("test != 1", 1, test) }
Yes, that's exactly what I did The preview is displayed perfectly The markup is broken that is in view mode after saving
Add changelog entry. Closes #1300
098ea5c
the issue has been resolved by the switch to bleach-allowlist in 555f8ab.
d384952
No branches or pull requests
Incorrect code formatting (tags pre)
Version
Kiwi TCMS 7.2.1 (23 Dec 2019)
Steps to Reproduce
https://public.tenant.kiwitcms.org/case/7327/
Actual results
Unreadable formatting
tags "pre" displays as text
(<pre> and </pre>)
Expected results
tags "pre" correctly interpreted
The text was updated successfully, but these errors were encountered: