[Markdown] HTML tags <abbr> and <dfn> aren't rendering in GFM #46669
Unanswered
samkhan1
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 2 comments
-
|
Thanks for posting in the GitHub Community, @samkhan1 ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Issues category is solely related to conversations around the GitHub products Issues and Projects. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
References to the real HTML specification are always better than w3schools 😉 ! In addition to that, support for the Define <dfn id="the-term">a term</dfn>...
...and later on link to the definition of [this term](#the-term). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
The following expected behaviour of html tags in GFM isn't working -
<abbr title="Github Flavoured Markdown">GFM</abbr>needs to render the tagged text with dots bellow it, which should show the specified title as a tip upon hovering over the tagged text.Similarly, the
<dfn>tag isn't being rendered properly in GFM.Refernce:
Beta Was this translation helpful? Give feedback.
All reactions