Documented the "blank line before header and block quote" discrepancy
between standard markdown and pandoc. git-svn-id: https://pandoc.googlecode.com/svn/trunk@350 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
c3bad6e89e
commit
cf53a18bc1
1 changed files with 13 additions and 0 deletions
13
README
13
README
|
@ -484,6 +484,19 @@ standard markdown (email-style) boxquotes:
|
|||
| They look like this.
|
||||
`----
|
||||
|
||||
Blank lines before headers and blockquotes
|
||||
------------------------------------------
|
||||
|
||||
Standard markdown syntax does not require a blank line before a header
|
||||
or blockquote. Pandoc does require this (except, of course, at the
|
||||
beginning of the document). The reason for the requirement is that
|
||||
it is all too easy for a `>` or `#` to end up at the beginning of a
|
||||
line by accident (perhaps through line wrapping). Consider, for
|
||||
example:
|
||||
|
||||
I like several of their flavors of ice cream: #22, for example, and
|
||||
#5.
|
||||
|
||||
Inline LaTeX
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue