Assistant panel: Markdown footnotes ([^id] / [^id]: definition) not rendered #61210
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
Markdown footnote syntax (
[^identifier]for markers and[^identifier]: contentfor definitions) is not rendered in the Assistant panel. The raw syntax appears as plain text rather than rendering as linked superscript markers with corresponding footnote definitions.Steps to reproduce
[^1]and the definition renders as a plain lineExpected behavior
Footnote markers should render as superscript linked references, and footnote definitions should render as a collected footnote section (bottom of message or expandable inline), consistent with GitHub Flavored Markdown or similar renderers that support the footnote extension.
Context
Footnotes are part of the PHP Markdown Extra / GFM extended syntax and are supported by GitHub's markdown renderer, Obsidian, and other tools. They enable structured elaboration without interrupting prose flow, which is particularly useful in assistant responses that carry technical depth alongside accessible explanations.
Beta Was this translation helpful? Give feedback.
All reactions