diff options
Diffstat (limited to 'tests/files/sections.fountain.html')
-rw-r--r-- | tests/files/sections.fountain.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/files/sections.fountain.html b/tests/files/sections.fountain.html index d06decb..df46c11 100644 --- a/tests/files/sections.fountain.html +++ b/tests/files/sections.fountain.html @@ -1,6 +1,6 @@ -<h1>First level</h1> -<h2>Second level</h2> -<h6>EXT. STREET - DAWN</h6> +<h1>First level</h1><span class="h1-synopsis">Synopsis for level one.</span> +<h2>Second level</h2><span class="h2-synopsis">Synopsis for level two.</span> +<h6>EXT. STREET - DAWN</h6><span class="h6-synopsis">Synopsis for the street scene</span> <div class="action"><p>DAWN walks down the street.</p></div> <h2>Second level again</h2> <h6>EXT. ALLEY - CONTINUOUS</h6> |