summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-05 10:45:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-05 10:45:59 -0700
commit6ad80db81af1d2bedaa8e8ed87c6cfae7e0276a5 (patch)
treebe5f4e79724a30aa16ac244640bd9d8d4c2d75e9 /README
parent1b44acf0c59b70cc63f48a23c6f77e45a982aaf9 (diff)
parent6ebd01c493d1b75df3d8b4b614b800724709e15d (diff)
Merge pull request #2134 from jlmuir/fix-user-guide-typos
Fix typos in User's Guide
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index ed710ae64..692a1bec6 100644
--- a/README
+++ b/README
@@ -1096,7 +1096,7 @@ footnotes.
Paragraphs
----------
-A paragraph is one or more lines of text followed by one or more blank line.
+A paragraph is one or more lines of text followed by one or more blank lines.
Newlines are treated as spaces, so you can reflow your paragraphs as you like.
If you need a hard line break, put two or more spaces at the end of a line.
@@ -1943,7 +1943,7 @@ to wrap within cells, use multiline or grid tables.
http://michelf.ca/projects/php-markdown/extra/#table
Note: Pandoc also recognizes pipe tables of the following
-form, as can produced by Emacs' orgtbl-mode:
+form, as can be produced by Emacs' orgtbl-mode:
| One | Two |
|-----+-------|
@@ -3053,7 +3053,7 @@ you use deeper nesting of section levels with reveal.js.
Incremental lists
-----------------
-By default, these writers produces lists that display "all at once."
+By default, these writers produce lists that display "all at once."
If you want your lists to display incrementally (one item at a time),
use the `-i` option. If you want a particular list to depart from the
default (that is, to display incrementally without the `-i` option and