You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a bug or it outright isn't supported but given a markdown file, a <a id="foo"></a> somewhere within the file and a [Text](#foo), clicking on the hyperlink doesn't jump to the
🔬 Minimal Reproduction
I've set up an example repository. The md file of importance is first-post.md. The hyperlinks are at the very top of the file. The anchor I'm trying to link to is at the very bottom
I have some success in linking to the anchor if the hyperlink is of type [Text](http://localhost:4200/blog/first-post#foo). But that's not a proper solution since I had to hardcode the base url
🐞 Bug report
Description
I'm not sure if this is a bug or it outright isn't supported but given a markdown file, a
<a id="foo"></a>
somewhere within the file and a[Text](#foo)
, clicking on the hyperlink doesn't jump to the🔬 Minimal Reproduction
I've set up an example repository. The md file of importance is
first-post.md
. The hyperlinks are at the very top of the file. The anchor I'm trying to link to is at the very bottom💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error
The text was updated successfully, but these errors were encountered: