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

No paragraph break after false *if #90

Open
dfabulich opened this issue Jun 21, 2010 · 1 comment
Open

No paragraph break after false *if #90

dfabulich opened this issue Jun 21, 2010 · 1 comment

Comments

@dfabulich
Copy link
Owner

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.

@dfabulich
Copy link
Owner Author

Work around the bug like this:
Blah blah.
*if false
False!
*comment endif

Next paragraph.

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