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

Links that span multiple lines are treated as errors #32

Open
vhyrro opened this issue Feb 9, 2022 · 1 comment
Open

Links that span multiple lines are treated as errors #32

vhyrro opened this issue Feb 9, 2022 · 1 comment

Comments

@vhyrro
Copy link
Member

vhyrro commented Feb 9, 2022

Although it is disallowed for such syntax to be valid:

{
* My Link
}

and

[
my description
]

This syntax is allowed:

{* My
link}

and

[my
description]

But since both elements allow only a paragraph_segment any newlines are treated as erroneous, therefore breaking things like Neorg's hop module.

@vhyrro
Copy link
Member Author

vhyrro commented Mar 16, 2022

This has been since fixed in the dev branch, but I'll only close this once that gets merged :)

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

No branches or pull requests

1 participant