From 8db0ed5e281493214f5f282403a64125baffcfbc Mon Sep 17 00:00:00 2001
From: Blista Kanjo
Date: Tue, 30 Nov 2021 06:12:52 -0500
Subject: [Revision 5] clearer instructions/how-to for users
---
index.php | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)
(limited to 'index.php')
diff --git a/index.php b/index.php
index 6fa5861..45dd802 100644
--- a/index.php
+++ b/index.php
@@ -96,39 +96,35 @@ session_start();
- how to:
+ quick read how-to:
- type '#' to indicate that you are starting a new slide and then press ↵ (enter/return) twice.
- - you can add a "section title" after each '#' to name that portion of your presentation.
+ - you can add a "slide title" after each '#' to name that portion of your presentation.
- - if you choose to add a section title, a space between "#" and your slide title is required:
+ - a space between "#" and your slide title is required:
- -
+
- # [YOUR TITLE GOES HERE]
- # [YOUR TITLE GOES HERE]
-
-
-
+
type/format text underneath the '#' for the slide contents.
- make sure to start typing your slide content two ↵'s ("enter key presses") away from the "#".
- - lists require to be formatted in this manner as well, like so:
+ - lists require to be formatted in this manner as well:
- -
-
- # slide title
+
- # slide title
- This is a list
+ This is a list
- * item 1
- * item 2
- * item 3
-
+ * item 1
+ * item 2
+ * item 3
+
+
It's highly recommended that you use markdown lists rather than plain text lists
--
cgit v1.2.3