This commit is contained in:
Mirek Kratochvil 2023-06-22 09:01:14 +02:00
parent fa3612d3fc
commit 9228ea2965

View file

@ -28,4 +28,4 @@ plainWriteOpts = def {writerWrapText = WrapNone}
-- | Default options for making tables of contents with certain depth. -- | Default options for making tables of contents with certain depth.
tocWriteOpts :: Int -> WriterOptions tocWriteOpts :: Int -> WriterOptions
tocWriteOpts n = def { writerTOCDepth = n} tocWriteOpts n = def {writerTOCDepth = n}