mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
T.P.Opp: Change default for optNumberOffset to [].
This behaves the same as `[0,0,0,0,0]`.
This commit is contained in:
@@ -746,7 +746,7 @@ defaultOpts = Opt
|
||||
, optOutputFile = Nothing
|
||||
, optInputFiles = Nothing
|
||||
, optNumberSections = False
|
||||
, optNumberOffset = [0,0,0,0,0,0]
|
||||
, optNumberOffset = []
|
||||
, optSectionDivs = False
|
||||
, optIncremental = False
|
||||
, optSelfContained = False
|
||||
|
||||
Reference in New Issue
Block a user