Insert a page break by splitting an element at the appropriate place.
Split should always precede point to avoid text flowing over the maximum page length.
Command should take an optional string:
=== STRING
This is a proposed addition to the official Fountain spec detailed here: https://groups.google.com/d/topic/fountain-dev/W_cAivCNhIk/discussion. STRING can contain any alphanumeric characters that override the page. A numeric STRING, e.g. 45B will override the page count to continue counting from 46.
Insert a page break by splitting an element at the appropriate place.
Split should always precede
point
to avoid text flowing over the maximum page length.Command should take an optional string:
This is a proposed addition to the official Fountain spec detailed here: https://groups.google.com/d/topic/fountain-dev/W_cAivCNhIk/discussion. STRING can contain any alphanumeric characters that override the page. A numeric STRING, e.g.
45B
will override the page count to continue counting from 46.