Skip to content

Can I link with a file that has an underscore in the name? #10

@ewmailing

Description

@ewmailing

Hello, I would like to to make a link to a file that has an underscore in the name:

[Link](foo_bar.html)

But the underscore seems to confuse the library. Instead of the expected result of:
Link

I get something where the file name is not used as the link, but instead written as text on the page:
Link(foo_bar.html)
where the HTML is
<a href="">Link</a> (foo_bar.html)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions