format
This commit is contained in:
parent
fa3612d3fc
commit
9228ea2965
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue