Skip to content

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

@joemiller-soapbox

Description

@joemiller-soapbox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingparsing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions