Skip to content

fix: preserve angle bracket markup in discussion posts#198

Merged
naincy128 merged 1 commit intorelease-ulmofrom
Cosmo2-791
Apr 7, 2026
Merged

fix: preserve angle bracket markup in discussion posts#198
naincy128 merged 1 commit intorelease-ulmofrom
Cosmo2-791

Conversation

@naincy128
Copy link
Copy Markdown

@naincy128 naincy128 commented Mar 26, 2026

Description

Angle bracket markup (e.g., < >) was being rendered as HTML upon submission, causing content to disappear or display incorrectly in discussion posts. While the content appeared correctly during authoring and preview, it was not
preserved after posting.
This issue affected both manually typed markup and content added via the "Insert/Edit Code Sample" toolbar option, making it difficult to share code snippets in programming-related discussions.
This fix ensures that angle brackets are properly escaped and preserved as plaintext, maintaining consistency between preview and final rendered posts.

Ticket

Cosmo2-791

Copilot AI review requested due to automatic review settings March 26, 2026 11:23

This comment was marked as resolved.

Copilot AI review requested due to automatic review settings March 26, 2026 11:46

This comment was marked as resolved.

Copilot AI review requested due to automatic review settings April 2, 2026 06:57

This comment was marked as resolved.

@naincy128 naincy128 closed this Apr 7, 2026
@naincy128 naincy128 reopened this Apr 7, 2026
Copilot AI review requested due to automatic review settings April 7, 2026 06:16

This comment was marked as resolved.

@naincy128 naincy128 merged commit 6c4242c into release-ulmo Apr 7, 2026
88 of 103 checks passed
@naincy128 naincy128 deleted the Cosmo2-791 branch April 7, 2026 07:27
naincy128 added a commit that referenced this pull request Apr 10, 2026
Angle bracket markup (e.g., < >) was being rendered as HTML upon submission, causing content to disappear or display incorrectly in discussion posts. While the content appeared correctly during authoring and preview, it was not
preserved after posting.
This issue affected both manually typed markup and content added via the "Insert/Edit Code Sample" toolbar option, making it difficult to share code snippets in programming-related discussions.
This fix ensures that angle brackets are properly escaped and preserved as plaintext, maintaining consistency between preview and final rendered posts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants