From 0b07ceaacf3b90c46529acce08ee8542c1d5f687 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 8 Jan 2026 15:41:54 +0100 Subject: udp pandoc --- FormatOpts.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'FormatOpts.hs') diff --git a/FormatOpts.hs b/FormatOpts.hs index 1242629..947ac24 100644 --- a/FormatOpts.hs +++ b/FormatOpts.hs @@ -16,7 +16,6 @@ module FormatOpts where import Text.Pandoc.Extensions -import Text.Pandoc.Highlighting (pygments) import Text.Pandoc.Options -- | Default markdown reading options for Pandoc. @@ -36,7 +35,7 @@ htmlWriteOpts :: WriterOptions htmlWriteOpts = def { writerExtensions = enableExtension Ext_smart pandocExtensions - , writerHighlightStyle = Just pygments + , writerHighlightMethod = DefaultHighlighting , writerWrapText = WrapPreserve } -- cgit v1.2.3