Skip to content

Header links contain backslashes on Windows #263

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

Closed
ollie27 opened this issue May 3, 2017 · 2 comments
Closed

Header links contain backslashes on Windows #263

ollie27 opened this issue May 3, 2017 · 2 comments
Labels
A-Links Area: Issues with links A-Rendering Area: Rendering C-bug Category: A bug, incorrect or unintended behavior

Comments

@ollie27
Copy link
Member

ollie27 commented May 3, 2017

For example, when rendering the book-example on Windows using 0.0.21 the generated index.html contains:

<a class="header" href="misc\introduction.html#introduction" id="introduction"><h1>Introduction</h1></a>

As URLs use forward slashes, it should obviously be:

<a class="header" href="misc/introduction.html#introduction" id="introduction"><h1>Introduction</h1></a>
@Evrey
Copy link

Evrey commented May 3, 2017

Smells like my old issue #119

@azerupi azerupi added A-Rendering Area: Rendering C-bug Category: A bug, incorrect or unintended behavior labels May 15, 2017
@ehuss ehuss added the A-Links Area: Issues with links label May 17, 2019
@ehuss
Copy link
Contributor

ehuss commented Apr 19, 2025

I'm going to close as I believe this was resolved a long time ago.

@ehuss ehuss closed this as completed Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Links Area: Issues with links A-Rendering Area: Rendering C-bug Category: A bug, incorrect or unintended behavior
Projects
None yet
Development

No branches or pull requests

4 participants