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

This fixes a problem when links are added into header lines. Something #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniel-walker
Copy link

Something like the following wasn't parsed correctly,

  • [[link]]
  • [[link2]]

It was cause by the fact that links were not checked for inside a header
match. This correct it by adding "containedin" lines for the to link
syntax region lines.

like the following wasn't parsed correctly,

* [[link]]
* [[link2]]

It was cause by the fact that links were not checked for inside a header
match. This correct it by adding "containedin" lines for the to link
syntax region lines.
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.

None yet

1 participant