glow icon indicating copy to clipboard operation
glow copied to clipboard

table + link = fail

Open sagax opened this issue 1 year ago • 2 comments
trafficstars

glow version 1.5.1

source.md

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

got result

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

sagax avatar Jul 13 '24 13:07 sagax

And

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

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

got result

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

sagax avatar Jul 13 '24 14:07 sagax

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.

[email protected]
<[email protected]>

cyrilstoll avatar Aug 14 '24 11:08 cyrilstoll

I could not reproduce the issue anymore.

We did fixes related to tables and links recently, so this was likely fixed since you opened the issue.

Closing. Let me know if you still experience any issues.

andreynering avatar Mar 28 '25 18:03 andreynering