Fixed a bug that appeared on the last update, which made dual dialog fail for HTML output.
A paragraph starting with more than one period (like an ellipsis) is not parsed as a scene heading.
Leading spaces in character names in dialogue are stripped for output.
Page breaks in Fountain (three or more =) are parsed and output in HTML.
Got rid of the extra vertical space when the screenplay has a forced line break.
When writing HTML output, Screenplain now creates <br/> tags instead of new <p> tags for line breaks. This is more in line with how you are supposed to use those tags, but more importantly the CSS assumed it.