question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 8 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
tu-pmcommented, Jul 11, 2018

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?

0reactions
signalogiccommented, Apr 19, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found