From dada415e8077f0d6f43ed7d6a31191af69551d0f Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Thu, 1 Mar 2012 19:46:24 +0100 Subject: Line breaks become
instead of

in HTML. This should make line breaks look good with the new CSS. --- tests/files/simple.fountain | 11 ++++++++++- tests/files/simple.fountain.fdx | 21 ++++++++++++++++++++- tests/files/simple.fountain.html | 6 ++++-- 3 files changed, 34 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/files/simple.fountain b/tests/files/simple.fountain index 07d488d..7b8fdda 100644 --- a/tests/files/simple.fountain +++ b/tests/files/simple.fountain @@ -1,9 +1,18 @@ EXT. SOMEWHERE - DAY -GUY and GURL walks down the street. +GUY and GURL walk down the street. + +It's a sunny day. +Sunnier than normal. +Too sunny to be funny. GUY So what's up? GURL Nothing much. +Just thinking. +And you? + +GUY +Nothing. diff --git a/tests/files/simple.fountain.fdx b/tests/files/simple.fountain.fdx index 2e56d82..9701f3a 100644 --- a/tests/files/simple.fountain.fdx +++ b/tests/files/simple.fountain.fdx @@ -6,7 +6,14 @@ EXT. SOMEWHERE - DAY - GUY and GURL walks down the street. + GUY and GURL walk down the street. + + + It's a sunny day. + + Sunnier than normal. + + Too sunny to be funny. GUY @@ -20,5 +27,17 @@ Nothing much. + + Just thinking. + + + And you? + + + GUY + + + Nothing. + diff --git a/tests/files/simple.fountain.html b/tests/files/simple.fountain.html index abcc55a..70043dd 100644 --- a/tests/files/simple.fountain.html +++ b/tests/files/simple.fountain.html @@ -1,4 +1,6 @@

EXT. SOMEWHERE - DAY
-

GUY and GURL walks down the street.

+

GUY and GURL walk down the street.

+

It's a sunny day.
Sunnier than normal.
Too sunny to be funny.

GUY

So what's up?

-

GURL

Nothing much.

+

GURL

Nothing much.

Just thinking.

And you?

+

GUY

Nothing.

-- cgit v1.2.3