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:
fiddlosopher 2006-12-30 23:19:14 +00:00
parent c3bad6e89e
commit cf53a18bc1

13
README
View file

@ -484,6 +484,19 @@ standard markdown (email-style) boxquotes:
| They look like this. | 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 Inline LaTeX
------------ ------------