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 , writerHTMLMathMethod = PlainMath
, writerIgnoreNotes = False , writerIgnoreNotes = False
, writerNumberSections = False , writerNumberSections = False
, writerSectionDivs = True , writerSectionDivs = False
, writerStrictMarkdown = False , writerStrictMarkdown = False
, writerReferenceLinks = False , writerReferenceLinks = False
, writerWrapText = True , writerWrapText = True