Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Angle-bracketed URLs in inline code are fontified as links #822

Open
saf-dmitry opened this issue Jan 23, 2024 · 0 comments
Open

Bug: Angle-bracketed URLs in inline code are fontified as links #822

saf-dmitry opened this issue Jan 23, 2024 · 0 comments

Comments

@saf-dmitry
Copy link
Contributor

saf-dmitry commented Jan 23, 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:

Screen Shot 2024-03-25 at 10 42 07

Steps to Reproduce

  1. Input the following text:

    `<https://google.com>`
    `<svg:tspan>`
    
  2. See <https://google.com> and <svg:tspan> fontified as links.

Backtrace

n.a.

Software Versions

  • Markdown Mode: From GitHub on 2023-10-18
  • Emacs: 28.2.1
  • OS: macOS Catalina

Additional info

Possibly broken after the 0a6a8d8 commit.

@saf-dmitry 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
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

No branches or pull requests

1 participant