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

Markdown hyperlink references break on single-word page names #95

Open
joemiller-soapbox opened this issue Mar 25, 2022 · 1 comment
Open
Labels
bug Something isn't working parsing

Comments

@joemiller-soapbox
Copy link

When using markdown to add page references to pages with a single-word title, the links break. For example, a link of the style:
[some text here]([[Page]])
Renders as
%5B%5BPage%5D%5D
in the garden.

Oddly enough, it works when the text exactly matches the page name, and it works when the page name is more than one word. IOW, both this:
[Page]([[Page]])
and this
[some text here]([[Page Name Here]])
work just fine.

The bug is case-sensitive, as well.
[page]([[Page]])
also renders as
%5B%5BPage%5D%5D

@Stvad Stvad added bug Something isn't working parsing labels Mar 28, 2022
@Stvad
Copy link
Member

Stvad commented Mar 28, 2022

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parsing
Projects
None yet
Development

No branches or pull requests

2 participants