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

Fix missing endcut errors propagating through links with title substitution #10

Open
iglunchadze opened this issue Nov 26, 2023 · 0 comments

Comments

@iglunchadze
Copy link

iglunchadze commented Nov 26, 2023

When one file, say wo-endcut.md, has a {% cut "..." %} without an {% endcut %}, and another file, say index.md, has a link to it with title substitution ([{#T}](...)), the endcut error shows up not only for the first file, but for both:

ERR Cut must be closed in /index.md
ERR Cut must be closed in /wo-endcut.md

See the gist for examples of this and #9.

The endcut error should only show up for the file with the cut.

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