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
/
App.hs
Age
Commit message (
Expand
)
Author
2017-08-16
Revision to binary format output to stdout:
John MacFarlane
2017-08-16
Change behavior with binary format output to stdout.
John MacFarlane
2017-08-15
Remove initial check for pdf creating program.
John MacFarlane
2017-08-12
Set user data dir at beginning, so readDataFile has access to it.
John MacFarlane
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
2017-08-10
Remove writerUserDataDir from WriterOptions.
John MacFarlane
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
2017-08-10
Expose getDefaultDataFile in both Shared and Class.
John MacFarlane
2017-08-08
Removed redundant import.
John MacFarlane
2017-08-07
Issue deprecation warning for `markdown_github`.
John MacFarlane
2017-07-30
Class: Removed unnecessary withMedia, improved haddocks.
John MacFarlane
2017-07-19
Templates: change signature of getDefaultTemplate.
John MacFarlane
2017-07-12
Print informative message when failing with use of `--normalize`.
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-06-30
Make `east_asian_line_breaks` affect all readers/writers.
John MacFarlane
2017-06-29
Added parameter for user data directory to runLuaFilter.
John MacFarlane
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
2017-06-22
Added `--epub-subdirectory` option.
John MacFarlane
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
2017-06-20
App: issue proper errors instead of using 'error'.
John MacFarlane
2017-06-20
Text.Pandoc.Lua: throw LuaException instead of using 'error'.
John MacFarlane
2017-06-19
Separated tracing from logging.
John MacFarlane
2017-06-19
Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.
John MacFarlane
2017-06-11
Properly decode source from stdin.
John MacFarlane
2017-06-11
Switched Writer types to use Text.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-06-10
App: change readSource(s) to use Text instead of String.
John MacFarlane
2017-06-02
hlint suggestions.
John MacFarlane
2017-06-01
Some hlint refactoring.
John MacFarlane
2017-06-01
Use isNothing.
John MacFarlane
2017-06-01
Trivial renaming.
John MacFarlane
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
2017-05-22
Let `--eol` take `native` as an argument.
John MacFarlane
2017-05-21
Text.Pandoc.App: ToJSON and FromJSON instances for Opts.
John MacFarlane
2017-05-21
Finished implemtation of `--resource-path`.
John MacFarlane
2017-05-20
Added `--resource-path=SEARCHPATH` command line option.
John MacFarlane
2017-05-18
Add `--eol` flag and writer option to control line endings.
Stefan Dresselhaus
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-05-07
Rename fillMedia -> fillMediaBag.
John MacFarlane
2017-05-07
Moved fillMedia, extractMedia from App to Class.
John MacFarlane
2017-05-07
Added PandocHttpException, trap exceptions in fetching from URLs.
John MacFarlane
2017-05-07
fillMediaBag: don't cause fatal error if resource not found.
John MacFarlane
2017-05-07
Allow `--extract-media` to work with non-binary input formats.
John MacFarlane
2017-05-07
Simplify plumbing for document transformation.
John MacFarlane
2017-04-15
Small fix to error reporting in App.
John MacFarlane
2017-04-15
Error: Added PandocCouldNotFindDataFileError.
John MacFarlane
2017-04-15
App: use PandocOptionError instead of PandocAppError where appropriate.
John MacFarlane
2017-04-15
Error: Added PandocFilterError.
John MacFarlane
2017-04-15
Error: Added PandocPDFError
John MacFarlane
2017-04-15
Text.Pandoc.Error: added new constructors.
John MacFarlane
[next]