index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Options.hs
Age
Commit message (
Expand
)
Author
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-12-10
Add sourcepos extension for commonmarke
John MacFarlane
2020-11-14
Markdown writer: default to using ATX headings.
Aner Lucero
2020-11-06
doc/filters.md: describe technical details of filter invocations (#6815)
Albert Krewinkel
2020-10-10
Options.hs: defaultMathJaxURL: use tex-chtml-full instead of tex-mml-chtml (#...
Kolen Cheung
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-08-06
Options: Add `/tex-mml-chtml.js` to defaultMathJaxURL.
John MacFarlane
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
2019-10-14
Bump KaTeX version to 0.11.1
mb21
2019-10-10
Improve parsing of --defaults.
John MacFarlane
2019-10-09
Options.WriterOptions: Change type of writerVariables to Context Text.
John MacFarlane
2019-10-07
Text.Pandoc.Options: change To/FromJSON instances for...
John MacFarlane
2019-10-07
Remove derive_json_via_th flag; always use TH.
John MacFarlane
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-20
Escape slashes so haddock doesn't think they're italics (#5322)
Chris Martin
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-11-11
Fix CPP conditional for TH pragma
Albert Krewinkel
2018-11-04
Add cabal flag `derive_json_via_th`
Albert Krewinkel
2018-09-30
Text.Pandoc.Options: add writerPreferAscii to WriterOptions.
John MacFarlane
2018-05-09
Restored and undeprecated gladtex for HTML math.
John MacFarlane
2018-04-25
Removed deprecated ancient HTML math methods.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-11-21
Change Generic JSON instances to TemplateHaskell (#4085)
Jasper Van der Jeugt
2017-11-16
Introduce `HasSyntaxExtensions` typeclass (#4074)
Alexander
2017-11-01
hlint
Alexander Krotov
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-10-26
makePDF: add argument for pdf options, remove writerPdfArgs.
John MacFarlane
2017-10-05
KaTeX fixes:
John MacFarlane
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
2017-09-17
Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.
John MacFarlane
2017-09-15
Remove To/FromJSON instance for WriterOptions.
John MacFarlane
2017-09-14
FromJSON/ToJSON instances for Reader, WriterOptions.
John MacFarlane
2017-09-11
Support for PDF generation via `weasyprint` and `prince` (#3909)
Mauro Bieg
2017-08-10
Remove writerUserDataDir from WriterOptions.
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-06-22
Added `writerEpubSubdirectory` to `WriterOptions`.
John MacFarlane
2017-05-21
Text.Pandoc.App: ToJSON and FromJSON instances for Opts.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
2017-03-05
Added readerAbbreviations to ParserState.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-27
Removed `--epub-stylesheet`; use `--css` instead.
John MacFarlane
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
[next]