Skip to content

Header links contain backslashes on Windows #263

Closed
@ollie27

Description

@ollie27

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-LinksArea: Issues with linksA-RenderingArea: RenderingC-bugCategory: A bug, incorrect or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions