summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-07 15:57:23 -0500
committerrsiddharth <rsd@gnu.org>2016-02-07 15:57:23 -0500
commit4eeced95169505b53b045916b201969c25bd2935 (patch)
treee8bd997e33f2c8c7a0da31958e5612777fad1556 /README.rst
parent376cd1e66908d51c2579b0167edfb9ab14b435fd (diff)
README.rst: fixed lists
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index a7491ae..20fc479 100644
--- a/README.rst
+++ b/README.rst
@@ -139,8 +139,8 @@ Sessions only schedule
It is possible to have a sessions only schedule. To do this, at the
beginning of the markdown document:
- - Add a level two heading (``##``) with one or more whitespaces.
- - Add a level three heading (``###``) with one or more whitespaces.
+- Add a level two heading (``##``) with one or more whitespaces.
+- Add a level three heading (``###``) with one or more whitespaces.
Sessions only sample: https://notabug.org/rsd/lpschedule-generator/raw/dev/tests/files/lp-sch-sessions-only.md
@@ -204,15 +204,14 @@ The last name of the speaker is automatically made the ID; if a
speaker' name is "John Hacker", the ID for this speaker will be
``hacker``.
- - If two or more speakers have the same last name, then, the first
- speaker will have their last name as their ID and from the second
- to the n^th speaker will have their full name as their
- ID; if "Bill Hacker" and "Jill Hacker" are two speakers, "Bill"
- will get ``hacker`` as his ID and "Jill" will get ``jill_hacker``
- as her ID.
+- If two or more speakers have the same last name, then, the first
+ speaker will have their last name as their ID and from the second to
+ the n^th speaker will have their full name as their ID; if "Bill
+ Hacker" and "Jill Hacker" are two speakers, "Bill" will get
+ ``hacker`` as his ID and "Jill" will get ``jill_hacker`` as her ID.
- - The IDs are transliterated to ASCII; if a speaker' name is "John
- HÖcker", the ID for this speaker will be ``hacker``.
+- The IDs are transliterated to ASCII; if a speaker' name is "John
+ HÖcker", the ID for this speaker will be ``hacker``.
Source