Is it possible to include a link in an abbreviation description? #3287
Answered
by
squidfunk
Stephen-Gates
asked this question in
Q&A
-
I've read about abbreviations and got them working but when I place a markdown or html link in the abbreviation description they render as plain text. Is it possible to include a link in an abbreviation description? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Dec 2, 2021
Replies: 1 comment 3 replies
-
Currently not, because abbreviations are normally just rendered as tooltips by the operating system. However, I'm already working on a solution that will allow for adding arbitrary HTML to abbreviations, similar to code annotations 😊 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently not, because abbreviations are normally just rendered as tooltips by the operating system. However, I'm already working on a solution that will allow for adding arbitrary HTML to abbreviations, similar to code annotations 😊