luamd icon indicating copy to clipboard operation
luamd copied to clipboard

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

Open ewmailing opened this issue 2 years ago • 0 comments

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)

ewmailing avatar Feb 09 '23 10:02 ewmailing