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
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
2017-02-04
Changed writerEpubMetadata to a Maybe String.
John MacFarlane
2017-01-30
`--mathml` and MathML in HTMLMathMethod longer take an argument.
John MacFarlane
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
2017-01-27
HTML: export separate functions for slide formats.
John MacFarlane
2017-01-27
HTML writer: export writeHtmlStringForEPUB.
John MacFarlane
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
2017-01-25
Removed readerVerbosity and writerVerbosity.
John MacFarlane
2017-01-25
Changes to verbosity in writer and reader options.
John MacFarlane
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
2017-01-25
Removed vestigial writerMediaBag from WriterOptions.
John MacFarlane
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
2017-01-25
Removed unused readerFileScope.
John MacFarlane
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
2017-01-25
Options: changed default reader/writerExtensions to emptyExtensions.
John MacFarlane
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
2017-01-25
Split extensions code from Options into separate Text.Pandoc.Extensions.
John MacFarlane
2017-01-25
Simplified reference-docx/reference-odt to reference-doc.
John MacFarlane
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
2016-11-27
Refactor top-level division selection (#3261)
Albert Krewinkel
2016-11-26
Allow to overwrite top-level division type heuristics (#3258)
Albert Krewinkel
2016-10-22
Added `angle_brackets_escapable` extension.
John MacFarlane
2016-10-19
Add option for top-level division type
Albert Krewinkel
2016-09-06
Add --parts command line option to LaTeX writer.
Oliver Matthews
2016-10-11
Options: Add references location.
Jesse Rosenthal
2016-10-09
removed mmd raw_tex in src/Text/Pandoc/Options.hs
KolenCheung
2016-09-28
Markdown reader: added bracket syntax for native spans.
John MacFarlane
2016-06-20
Changed email-obfuscation default to no obfuscation.
John MacFarlane
2016-04-29
Write out Docbook 5 namespace
Ivo Clarysse
2016-04-29
Add docbook5 writer support
Ivo Clarysse
2016-03-22
Updated copyright dates to include 2016.
1.17.0.2
John MacFarlane
2016-03-15
Introduce file-scope parsing (parse-before-combine)
Jesse Rosenthal
2016-02-09
Removed `tex_math_single_backslash` from `markdown_github` options.
John MacFarlane
2015-12-12
Implemented `east_asian_line_breaks` extension.
John MacFarlane
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
2015-11-19
Renamed link attribute extensions.
John MacFarlane
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
[next]