You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bare URLs and URL-like expressions in angled brackets (e.g., <https://google.com> or <svg:tspan>) inside inline code spans are fontified as inline code.
Actual Behavior
Bare URLs and URL-like expressions in angled brackets (e.g., <https://google.com> or <svg:tspan>) inside inline code spans are fontified as links:
Steps to Reproduce
Input the following text:
`<https://google.com>`
`<svg:tspan>`
See <https://google.com> and <svg:tspan> fontified as links.
The text was updated successfully, but these errors were encountered:
saf-dmitry
changed the title
Angle-bracketed URLs in inline code are fontified as links
Bug: Angle-bracketed URLs in inline code are fontified as links
Mar 25, 2024
Expected Behavior
Bare URLs and URL-like expressions in angled brackets (e.g.,
<https://google.com>
or<svg:tspan>
) inside inline code spans are fontified as inline code.Actual Behavior
Bare URLs and URL-like expressions in angled brackets (e.g.,
<https://google.com>
or<svg:tspan>
) inside inline code spans are fontified as links:Steps to Reproduce
Input the following text:
See
<https://google.com>
and<svg:tspan>
fontified as links.Backtrace
n.a.
Software Versions
Additional info
Possibly broken after the 0a6a8d8 commit.
The text was updated successfully, but these errors were encountered: