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

table + link = fail #629

Open
sagax opened this issue Jul 13, 2024 · 2 comments
Open

table + link = fail #629

sagax opened this issue Jul 13, 2024 · 2 comments

Comments

@sagax
Copy link

sagax commented Jul 13, 2024

glow version 1.5.1

source.md

| a | b |
|---|---|
| c | https://d.com |

got result

    A │ B                                                                                                             
  ────┼────                                                                                                           
    c │                                                                                                               

@sagax
Copy link
Author

sagax commented Jul 13, 2024

And

| a | b |
|---|---|
| c | [d](https://e.com) |

[f](https://g.com)

got result

    A │ B                                                                                                             
  ────┼────                                                                                                           
    c │ d                                                                                                             
                                                                                                                      
  f https://g.com                                                                                                     

@cyrilstoll
Copy link

cyrilstoll commented Aug 14, 2024

Same goes for email addresses in tables. They are not shown in output, no matter if written with angle brackets around or not, e.g.

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

2 participants