Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal anchors no longer working #2640

Closed
laurent22 opened this issue Mar 2, 2020 · 3 comments
Closed

Internal anchors no longer working #2640

laurent22 opened this issue Mar 2, 2020 · 3 comments
Labels
bug It's a bug desktop All desktop platforms high High priority issues renderer About the note renderer

Comments

@laurent22
Copy link
Owner

Not working:

<a href="#end">Goto End</a>
bla
bla
...
<a id="end"></a>

Goto End is rendered to plain text, no link.
With version 1.0.179 no problem.

Also affects note links to headers using the format:

[test](:/d7d6c9c9e6444b5e8336eebb633477d9#target2)

@laurent22 laurent22 added bug It's a bug desktop All desktop platforms high High priority issues renderer About the note renderer labels Mar 2, 2020
@RedDocMD
Copy link
Contributor

RedDocMD commented Mar 3, 2020

@laurent22 This is again an issue with the new CommonMarkdown syntax. Please see the comments I made in Issue #2643

@tessus
Copy link
Collaborator

tessus commented Mar 4, 2020

Hmm. <a href="#internal-link2">Goto Internal Link 2</a> does not even render a link. Even after the commit above.

@tessus
Copy link
Collaborator

tessus commented Mar 4, 2020

Sorry, forgot to run npm run build.

@lock lock bot locked and limited conversation to collaborators Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug It's a bug desktop All desktop platforms high High priority issues renderer About the note renderer
Projects
None yet
Development

No branches or pull requests

3 participants