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
I also tried removing everything from the link element and while the style changed (indicating it was reading the style file) it still displayed the link.
Setup
> glow --version
glow version 2.0.0
To Reproduce
Steps to reproduce the behavior:
Add "conceal": true to the link element in a custom style
View file with links.. the links (http...) still display
Expected behavior
Just the link text should be displayed
Screenshots
Blue is stock dark theme, Red is with the conceal attribute.
The text was updated successfully, but these errors were encountered:
Describe the bug
"conceal": true
to thelink
elementglow --style mine.json
still rendered the linkI also tried removing everything from the
link
element and while the style changed (indicating it was reading the style file) it still displayed the link.Setup
To Reproduce
Steps to reproduce the behavior:
"conceal": true
to thelink
element in a custom styleExpected behavior
Just the link text should be displayed
Screenshots
Blue is stock dark theme, Red is with the
conceal
attribute.The text was updated successfully, but these errors were encountered: