Anchor Tags not properly being rendered.
See original GitHub issue#### <a name="setup_PHPStorm"></a>
#### 7. Setup PHPStorm
becomes
`
<span class="octicon octicon-link"></span>
`<h4> <a id="user-content-7-setup-phpstorm" class="anchor" href="#7-setup-phpstorm" aria-hidden="true"><span class="octicon octicon-link"></span></a>7. Setup PHPStorm</h4>
thereby disallowing clickable menus at the top to jump to #setup_PHPStorm.
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
HTML not rendering as written: Anchor tag being duplicated ...
It's been copied as a standalone element just inside the div tag. If I remove the innermost anchor tag (#anchor2) there is no...
Read more >Anchor tags in HTML not displaying correctly on office 365 ...
I am having a similar issue. Outlook web client is not even rendering an anchor tag that is in the html. It's just...
Read more >Anchor tag in RTE not displayed properly
I have a requirement where i need anchor tag. It is enabled properly and showing anchor icon as well in dialog mode. But...
Read more >How to Render <a> with Optional href in React | Pluralsight
In React, relative URLs should always be handled by the link tag provided by the React Router, and pure anchor tags should only...
Read more >Yahoo! Mail Does Not Render Anchor Tags With Encoded ...
However, I just discovered yesterday that Yahoo! Mail won't render Anchor ( <a> ) tags with fully-encoded href attributes. Specifically, it will ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m currently on grip 4.5.2 and still having the same problem as you guys. Can someone tell me how to fix this?
I modified my custom anchors (using them for clickable menus), but in addition to adding the “user-content-” prefix the link must be scrubbed of all uppercase chars. The anchor tag itself can be unchanged. This is working for all browser versions, including older XP stuff.
Linking to headers sounds good in theory, but seems to me Github is unpredictable in what HTML and css versions they support for Markdown, so that would be unreliable. This is not the first time we’ve had to insert manual links, it happened with images being found thru Google image search also.