-
Notifications
You must be signed in to change notification settings - Fork 18
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
Do not fix link when the uri contains a schema #109
Conversation
It seems the formatting is wrong somehow. I'll revert it soon. |
It seems that you're again fixing an issue. Thank you for that :). However, could you also explain a bit in words what you've added and why it is necessary? I don't understand the goal of this pull request yet. |
@@ -73,6 +74,7 @@ | |||
<link rel="stylesheet" href="/Books.jl/files/style.css"/> | |||
<a href="/Books.jl/test.html#sec:foo">Foo</a> | |||
<h2 data-number="3.5" id="sec:foo"><span class="header-section-number">3.5</span> Foo</h2> | |||
<p> <a href="https://www.google.com">Jump</a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line will become the following line without this PR:
<a href="/Books.jlhttps://www.google.com">Jump</a></p>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I get it! Good addition and nice that you've added a test too 😄 💯
Thanks for the clarification. 👍 I'll take a look tomorrow. |
No description provided.