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
|
, 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue