From 1338c4b56e2fd483f9c45314351e7de9bfc5f3eb Mon Sep 17 00:00:00 2001
From: Blista Kanjo
Date: Tue, 30 Nov 2021 05:29:59 -0500
Subject: clearer instructions/how-to for users
---
index.php | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/index.php b/index.php
index 9026f38..e254915 100644
--- a/index.php
+++ b/index.php
@@ -12,7 +12,7 @@ session_start();
procrastiSlides v0.01
-
@@ -98,11 +98,30 @@ session_start();
how to:
- - type '#' to indicate that you are starting a new slide
- - you can add a "section title" after each '#' to name that portion of your presentation
- - type/format text underneath the '#' for the slide contents
+ - 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.
+
+ - if you choose to add a section title make sure there is a space after the "#" (# section title).
+
+ - 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:
+
+
-
It's highly recommended that you use markdown lists rather than plain text lists
--
cgit v1.2.3