diff options
| author | Martin Vilcans <martin@librador.com> | 2016-04-14 00:10:15 +0200 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2016-04-14 00:34:04 +0200 |
| commit | e76e044308a8d3b5fa93bc9a2657897c480bb782 (patch) | |
| tree | d1834af5806fcf7b4d609db2163a8f6fcc5d29db /tests/files/indentation.fountain.html | |
| parent | 355b16004a57d5b23ef0e31adb818b5dabae3c86 (diff) | |
Show multiple spaces in a row as is in HTML & PDF
Not sure if FDX output should use
Let's keep using spaces for now.
Closes #30
Diffstat (limited to 'tests/files/indentation.fountain.html')
| -rw-r--r-- | tests/files/indentation.fountain.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/indentation.fountain.html b/tests/files/indentation.fountain.html new file mode 100644 index 0000000..491b515 --- /dev/null +++ b/tests/files/indentation.fountain.html @@ -0,0 +1,6 @@ +<h6>EXT. INDENTATION TEST</h6> +<div class="action"><p> Four spaces</p></div> +<div class="action"><p> Three spaces</p></div> +<div class="action"><p> Two spaces</p></div> +<div class="action"><p> One space</p></div> +<div class="action"><p>No spaces</p></div> |
