We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blah blah. *if false False! Next paragraph.
Expected: Two paragraphs: "Blah blah." "Next paragraph."
Actual: One paragraph: "Blah blah. Next paragraph."
The false skipper ignores blank lines, and so it treats the line after "False!" as part of the "if" statement.
The text was updated successfully, but these errors were encountered:
Work around the bug like this: Blah blah. *if false False! *comment endif
Next paragraph.
Sorry, something went wrong.
No branches or pull requests
Expected: Two paragraphs: "Blah blah." "Next paragraph."
Actual: One paragraph: "Blah blah. Next paragraph."
The false skipper ignores blank lines, and so it treats the line after "False!" as part of the "if" statement.
The text was updated successfully, but these errors were encountered: