aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index ee97e54a0..e1c2c9097 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -306,7 +306,6 @@ convertWithOpts opts args = do
writerHTMLMathMethod = mathMethod,
writerIncremental = incremental,
writerCiteMethod = citeMethod,
- writerIgnoreNotes = False,
writerNumberSections = numberSections,
writerNumberOffset = numberFrom,
writerSectionDivs = sectionDivs,