Make writerSectionDivs default to False.
This commit is contained in:
parent
df58e478fc
commit
cbe162ecbe
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ defaultWriterOptions =
|
|||
, writerHTMLMathMethod = PlainMath
|
||||
, writerIgnoreNotes = False
|
||||
, writerNumberSections = False
|
||||
, writerSectionDivs = True
|
||||
, writerSectionDivs = False
|
||||
, writerStrictMarkdown = False
|
||||
, writerReferenceLinks = False
|
||||
, writerWrapText = True
|
||||
|
|
Loading…
Reference in a new issue