diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-17 20:40:11 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-17 20:40:40 +0200 |
| commit | 32a49d3179a969604410ff7507af939c77045b4f (patch) | |
| tree | 70e8a0e3bacad4b7208797b45e1b0805c8d70678 /FormatOpts.hs | |
| parent | 0f97b7a64fa3733689b713a2210a4f7b64e069d7 (diff) | |
| download | reploy-32a49d3179a969604410ff7507af939c77045b4f.tar.gz reploy-32a49d3179a969604410ff7507af939c77045b4f.tar.bz2 | |
export search data, add indexing script
Diffstat (limited to 'FormatOpts.hs')
| -rw-r--r-- | FormatOpts.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FormatOpts.hs b/FormatOpts.hs index 363f6cd..40d02e8 100644 --- a/FormatOpts.hs +++ b/FormatOpts.hs @@ -21,3 +21,7 @@ htmlWriteOpts = , writerHighlightStyle = Just pygments , writerWrapText = WrapPreserve } + +-- | Default plaintext writing options for Pandoc. +plainWriteOpts :: WriterOptions +plainWriteOpts = def {writerWrapText = WrapNone} |
