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
Describe the bug
From #19 it seems like links that are "plain" (reference themselves) was fixed to only print the url once. This no longer seems to be the case and doubly prints plain links.
Describe the bug
From #19 it seems like links that are "plain" (reference themselves) was fixed to only print the url once. This no longer seems to be the case and doubly prints plain links.
ie:
https://www.example.com
=>https://www.example.com https://www.example.com
This issue is not present in Glamour v0.7.0 but is in Glamour v0.8.0
Setup
To Reproduce
Steps to reproduce the behavior:
go get github.com/charmbracelet/[email protected]
main.go
go run main.go
Source Code
https://play.golang.com/p/3mfQERFnZ3e (Note: Usually doesn't work due to timeouts importing Glamour)
Expected behavior
From the above example I expect that
https://www.example.com
is written exactly once.Screenshots
Additional context
#19 references commit 9b192ba but I'm presently having a difficult time finding that commit, I'm still looking.
The text was updated successfully, but these errors were encountered: