Assistant panel: <ins> and <u> HTML elements not rendered with underline styling #61209
aeterno-caspian
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Inline HTML elements
<ins>and<u>are not rendered with underline text decoration in the Assistant panel's markdown output. The tags are either stripped or rendered as plain unstyled text.Steps to reproduce
<ins>underlined text</ins>or<u>underlined text</u>Expected behavior
Text wrapped in
<ins>or<u>tags should render with underline text decoration, consistent with how these elements render in standard markdown processors that support inline HTML (GitHub, VSCode markdown preview, Obsidian, etc.).Context
<ins>is a standard HTML inline element used for indicating inserted text, and its default browser styling istext-decoration: underline. Several markdown specifications (CommonMark, GFM) pass through inline HTML for rendering. Supporting this element would enable models to provide visual emphasis through underline as a distinct channel from bold and italic.Beta Was this translation helpful? Give feedback.
All reactions