Skip to content

Fix: don't escape the title of a wikilink#19

Merged
TrueBrain merged 1 commit intomasterfrom
dont_escape
Nov 16, 2020
Merged

Fix: don't escape the title of a wikilink#19
TrueBrain merged 1 commit intomasterfrom
dont_escape

Conversation

@TrueBrain
Copy link
Copy Markdown
Owner

Only escape it if it is generated from the URL. This is because
"&" everywhere is rendered as "&", except for pagenames. In
other words:

[[en/&]] should render "&"
[[en/&|&]] should render as "&"

Only escape it if it is generated from the URL. This is because
"&" everywhere is rendered as "&", except for pagenames. In
other words:

[[en/&]] should render "&"
[[en/&|&]] should render as "&"
@TrueBrain TrueBrain merged commit 19aa98a into master Nov 16, 2020
@TrueBrain TrueBrain deleted the dont_escape branch November 16, 2020 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant