diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 15:59:16 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 15:59:16 -0700 |
commit | f7f65fd91ab4c94ffba4221eec86342993f7db07 (patch) | |
tree | d7ad4946ba698e1f2ef672ef98ea4df8e9e5c724 | |
parent | 10619234a589da05e07ece03506d1a97af9e0357 (diff) |
Fixed typo. Closes #18.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2208,7 +2208,7 @@ A blank line always separates block quotes: . (Most current markdown implementations, including John Gruber's -original `Markdown.pl`, will parse this eample as a single block quote +original `Markdown.pl`, will parse this example as a single block quote with two paragraphs. But it seems better to allow the author to decide whether two block quotes or one are wanted.) |