projectmallard / mallard-ducktype

Parser for the lightweight Ducktype syntax for Mallard
MIT License
10 stars 4 forks source link

Allow page/section titles/subtitles to be continued with one-space indent #3

Open shaunix opened 9 years ago

shaunix commented 9 years ago

Current parser requires that, to continue a heading title or subtitle, you have to indent to the level of the prefix, as in:

== The page title starts here
   And continues here. Note three spaces.

It's unambiguous with even one space.

== The page title starts here
 And continues here, even with one space.

Let's make that change.

shaunix commented 9 years ago

Same for page/section attribute lists, by the way.