This fails to produce any output (though throws no errors)
**Foo:** bar
brianWed 15 Apr 2009
Promoted to ticket #533 and assigned to brian
brianSat 2 May 2009
Ticket resolved in 1.0.42
Actually this is correct. Lines at the beginning of a fandoc document which start with ** are considered part of the header and added to fandoc::Doc.meta.
But...
that wasn't documented, so I added a section to docLib::Fandoc
we don't want that behavior in a Sidewalk comment, so I added a FandocParser.parseHeaders flag
The next version of Sidewalk should disable header parsing for comments.
brian Wed 15 Apr 2009
This fails to produce any output (though throws no errors)
brian Wed 15 Apr 2009
Promoted to ticket #533 and assigned to brian
brian Sat 2 May 2009
Ticket resolved in 1.0.42
Actually this is correct. Lines at the beginning of a fandoc document which start with
**
are considered part of the header and added tofandoc::Doc.meta
.But...
FandocParser.parseHeaders
flagThe next version of Sidewalk should disable header parsing for comments.