-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
"Forced" blank lines are not displayed in output #168
Comments
I'm using Better Fountain 1.10.0 in VSCodium 1.69.1, running under Ubuntu 20.04.4 LTS (Linux x64 5.15.0-41-generic). Is it possible that this issue has anything to do with the difference in how line breaks are represented in *Nix (LF) versus Windows (CRLF)? |
This change below seems to address the issue in my environment; I observed correct output of blank dialogue lines in the preview window, PDF export, and HTML export. However, I don't know if the change causes adverse effects in other environments or contexts. Versus 8add5a6 |
I am experiencing the same issue as initially described by @JamiesonC |
The Fountain syntax allows for "forced" blank lines within a continuous formatted dialogue block. The spec states that the author should add two blank spaces on the blank line to ensure that it is treated as a continuation of the previous block. (See https://fountain.io/syntax#section-br, in particular the example at the bottom of the "Line Breaks" section.)
Better Fountain supports the use of two blank spaces to force the continuation of a block, but it does not actually include the blank line in the output. This appears to run counter the to spec.
The text was updated successfully, but these errors were encountered: