diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-22 07:53:32 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-22 07:53:32 -0800 |
commit | ddfbcae782bbc4436ddd2650e1ee1fb686248218 (patch) | |
tree | b2be0151b6e26f6d927812f2e7426a7a7570ec37 | |
parent | 7415462dc906344a504f1a509be1e9a0b59eda69 (diff) | |
download | pandoc-ddfbcae782bbc4436ddd2650e1ee1fb686248218.tar.gz |
Corrected name of `blank_before_blockquote` in README.
Closes #718.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1007,7 +1007,7 @@ other block quotes. That is, block quotes can be nested: > > > A block quote within a block quote. -**Extension: `blank_line_before_blockquote`** +**Extension: `blank_before_blockquote`** Standard markdown syntax does not require a blank line before a block quote. Pandoc does require this (except, of course, at the beginning of the |