-
Notifications
You must be signed in to change notification settings - Fork 158
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
Relative paths in html anchors #769
Comments
Initial guess, with some more processing in
we can achieve this? If this is the case, would you accept a PR? |
That seems quite hard to arrange - it would mean parsing arbitrary HTML. We could use a heuristic but it feels like a slippery slope |
Yes, I do have in mind to parse the HTML as an |
That's reasonable, yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somewhat related to #764.
If the links are defined inside
<a>
tags in Markdown, they are not transformed to their.html
counterparts.We typically use:
to get around this.
Preferably we can write
<a href="./GettingStarted.md">Previous</a>
as well here.The text was updated successfully, but these errors were encountered: