From 513152808e3fedb1b2dd7078deb75d6c390215ac Mon Sep 17 00:00:00 2001 From: EmmaSweeney Date: Sat, 20 Apr 2024 21:57:58 -0400 Subject: [PATCH] Add section to drama how-to --- ...ow-to-conquer-complex-drama-formatting.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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