Skip to content

[Bug] 2.11~alpha.20260508T100909.f43ecc56d incorrectly escapes HTML markup as HTML entities, rather than render them as verbatim /plain, per CommonMark. #19676

@RokeJulianLockhart

Description

@RokeJulianLockhart

Issue Description

At build.opensuse.org/package/show/home:mchnz/vdu_controls#comment-2264974, I included > inside my comment. Instead of rendering as >, it renders as >.

Expected Result

It should render as >.

How to Reproduce

#!/usr/bin/env xdg-open
window.location.assign('https://build.opensuse.org/package/show/home:mchnz/vdu_controls#comment-2264974:~:text=should%20build%20for-,%26gt%3B%20F37%2E,-The%20stable%20release');
document.getElementById("new_comment_on_package_6678141_body").value = '>';
document.evaluate(
	'//input[@value="Add comment"]',
	document,
	null,
	XPathResult.FIRST_ORDERED_NODE_TYPE,
	null
).singleNodeValue.click();

1

Further Information

Footnotes

  1. chatgpt.com/s/t_69fde814a34081919c50317cb1901ca1 2

  2. chatgpt.com/c/69fde4fa-bbb0-832c-8b94-5fa1c698eeeb

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugFrontendThings related to the OBS RoR app

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions