diff --git a/www/contribute/how-tos/how-to-conquer-complex-drama-formatting.php b/www/contribute/how-tos/how-to-conquer-complex-drama-formatting.php index 7181b0e5..4b683981 100644 --- a/www/contribute/how-tos/how-to-conquer-complex-drama-formatting.php +++ b/www/contribute/how-tos/how-to-conquer-complex-drama-formatting.php @@ -47,6 +47,7 @@
  • Attached to personas

  • Songs

  • Parentheses

  • +
  • Multiple paragraphs

  • A stage direction for a stage direction

  • @@ -336,6 +337,24 @@ <td> <i epub:type="z3998:stage-direction">The neighbour (a woman) passes the hut, and listens to a call from within.</i> </td> +</tr> + +

    Multiple paragraphs

    +

    When a stage direction spans multiple paragraphs, each paragraph should be marked with <i epub:type="z3998:stage-direction">.

    +
    +<tr> + <td/> + <td> + <p> + <i epub:type="z3998:stage-direction">...</i> + </p> + <p> + <i epub:type="z3998:stage-direction">...</i> + </p> + <p> + <i epub:type="z3998:stage-direction">...</i> + </p> + </td> </tr>

    A stage direction for a stage direction