Skip to content

line-break in wikilink is handled incorrectly #8

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

Open
CXuesong opened this issue Aug 17, 2017 · 0 comments
Open

line-break in wikilink is handled incorrectly #8

CXuesong opened this issue Aug 17, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@CXuesong
Copy link
Owner

Currently, the Text part of WIKILINK cannot contain line-break. E.g.

[[Test|abc
def]]

However, this is a valid wikilink expression.

For now, the expression above is parsed as

Wikitext             [[[Test|abc\r\ndef]]\r\n]
.Paragraph           [[[Test|abc\r\ndef]]\r\n]
..PlainText          [[[Test|abc\r\ndef]]\r\n]
@CXuesong CXuesong self-assigned this Aug 17, 2017
@CXuesong CXuesong added the bug label Aug 17, 2017
@CXuesong CXuesong added this to the v0.3 milestone Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant