glow
glow copied to clipboard
table + link = fail
trafficstars
glow version 1.5.1
source.md
| a | b |
|---|---|
| c | https://d.com |
got result
A │ B
────┼────
c │
And
| a | b |
|---|---|
| c | [d](https://e.com) |
[f](https://g.com)
got result
A │ B
────┼────
c │ d
f https://g.com
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]>
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.