- From: Dave Pawson <dave.pawson@gmail.com>
- Date: Wed, 21 Nov 2012 14:04:45 +0000
- To: Markdown List <public-markdown@w3.org>
On 21 November 2012 13:07, Ryan Freebern <rfreebern@unionstmedia.com> wrote: > On Wed, Nov 21, 2012 at 6:25 AM, Dave Pawson <dave.pawson@gmail.com> wrote: >> >> On 21 November 2012 09:51, Karl Dubost <karld@opera.com> wrote: >> >> A para Starts with 0..3 (optional) ws, terminates with two or more >> newlines or end of file > > > The "two or more newlines" rule ignores Gruber's note that a line consisting > solely of whitespace is considered a "blank line" for the purposes of ending > a paragraph. "...terminates with EOF or two or more newlines separated by 0 > or more ws" would take that into account. So the blank line isn't a paragraph then? The complexity comes if we skip the \w+ of the blank line and take \n\w+\n as terminating the preceding para? IMHO that is an unnecessary complexity? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk
Received on Wednesday, 21 November 2012 14:05:15 UTC