diff options
| author | Blista Kanjo | 2021-11-30 05:36:17 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-30 05:36:17 -0500 |
| commit | 70e6ba5fb04a383ae7dca9eb6a3071605547c8e8 (patch) | |
| tree | 94c513ca4072fd1796517782d4473491822b01be | |
| parent | b5dcd5a0e65cee790e67efff15bdc47e0b8d14a7 (diff) | |
[Revision 2] clearer instructions/how-to for users
| -rw-r--r-- | index.php | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |
