summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew DiMola <andrewdimola@gmail.com>2019-04-15 16:02:39 -0400
committerGitHub <noreply@github.com>2019-04-15 16:02:39 -0400
commitbe7cf6dabfeec7849f477edb00700d2bc698cadb (patch)
tree4080ea56267551fb92310e547fa96ffdce20f380
parentdf0d0a24026c071986f9c357690e5cda7a73dd6e (diff)
Update rst.html.markdown
Separated sentences for readability / line length.
-rw-r--r--rst.html.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/rst.html.markdown b/rst.html.markdown
index 83308efa..2423622e 100644
--- a/rst.html.markdown
+++ b/rst.html.markdown
@@ -49,7 +49,9 @@ Subtitles with dashes
You can put text in *italic* or in **bold**, you can "mark" text as code with double backquote ``print()``.
-Lists are similar to Markdown, but a little more involved—remember to line up list symbols (like - or *) with the left edge of the previous text block, and remember to use blank lines to separate new lists from parent lists.
+Lists are similar to Markdown, but a little more involved.
+
+Remember to line up list symbols (like - or *) with the left edge of the previous text block, and remember to use blank lines to separate new lists from parent lists:
- First item
- Second item