Underline links #140
標籤
未選擇標籤
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No project
No assignees
1 participant
訊息
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#140
載入中…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the articles, to make it clear they are links. Maybe we can also underline them in other places, but only when the cursor is over them.
The solution in
a82cccf
feels pretty hacky.I tried injecting the icon into the Markdown parser in
b1c1ba151d/plume-common/src/utils.rs (L27-L29)
by using another
match
like below. But this doesn't manipulate the link, only the title text 🤦♂️