aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.php b/index.php
index e254915..4982be9 100644
--- a/index.php
+++ b/index.php
@@ -101,7 +101,14 @@ session_start();
<li>type '#' to indicate that you are starting a new slide and then press ↵ (enter/return) twice.</li>
<li>you can add a "section title" after each '#' to name that portion of your presentation.</li>
<ul>
- <li>if you choose to add a section title make sure there is a space after the "#" (# section title).</li>
+ <li>if you choose to add a section title make sure there is a space after the "#" and the title, like so:</li>
+ <ul class="no-bullets">
+ <li> <pre>
+
+ # [YOUR TITLE GOES HERE]
+ </pre> </li>
+
+ </ul>
</ul>
<li>type/format text underneath the '#' for the slide contents.</li>
<ul>