On Tuesday, November 12, 2002, at 04:08 PM, Brent Dax wrote:
I mean if you can have sections inside sections, how do you tell the difference between a "child" =section and a "sibling" =section?Michael Lazzaro: # What should be the syntax for closing a section?How about the empty string? Isn't the end of a section defined by EOF or when the next section starts?
=section blah
=section subblah
=section subsubblah
=section subblah2
=section blah2
Or do you build the tree in "flattened" form, and rely on the author to get the numbering right?
=section 1 blah
=section 1.1 subblah
=section 1.1.1 subsubblah
=section 1.2 subblah2
=section 2 blah2
MikeL
