Make writerSectionDivs default to False.

This commit is contained in:
John MacFarlane 2011-02-05 11:21:10 -08:00
parent df58e478fc
commit cbe162ecbe

View file

@ -507,7 +507,7 @@ defaultWriterOptions =
, writerHTMLMathMethod = PlainMath
, writerIgnoreNotes = False
, writerNumberSections = False
, writerSectionDivs = True
, writerSectionDivs = False
, writerStrictMarkdown = False
, writerReferenceLinks = False
, writerWrapText = True