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

Do not fix link when the uri contains a schema #109

Merged
merged 5 commits into from
May 5, 2021

Conversation

findmyway
Copy link
Member

No description provided.

@findmyway
Copy link
Member Author

It seems the formatting is wrong somehow. I'll revert it soon.

@rikhuijzer
Copy link
Collaborator

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>
Copy link
Member Author

@findmyway findmyway May 4, 2021

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>

@rikhuijzer

Copy link
Collaborator

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 😄 💯

src/html.jl Show resolved Hide resolved
@rikhuijzer
Copy link
Collaborator

Thanks for the clarification. 👍 I'll take a look tomorrow.

@rikhuijzer rikhuijzer merged commit 7fe6cd4 into JuliaBooks:main May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants