From 208179946a1911fa984746eeabadc239605c71f1 Mon Sep 17 00:00:00 2001 From: Oliver Taylor Date: Thu, 20 Mar 2014 14:05:40 -0700 Subject: [PATCH] added statement about Textplay only allowing a sinlge blank line between elements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6822e49..14d88b5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Using Fountain's `key:value` title-page syntax, you can control how textplay int * Textplay is smart about what constitutes a transition. Usually, there's no need to escape transitions, but you can. * An action line that contains no lower-case letters is converted to a slugline. * In some cases Textplay does not assume that every whitespace character you type (newlines, spaces, and tabs) is intentional. For example, if you type one space on the line immediately below an all-caps line, Fountain assumes you'd like a Character saying “ ”. Textplay assumes you accidentally typed a space. +* Textplay only allows a single blank line between elements. ### Q. What parts of the Fountain spec are not supported?