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
/
Templates.hs
Age
Commit message (
Expand
)
Author
2017-07-19
Templates: change signature of getDefaultTemplate.
John MacFarlane
2017-06-20
Text.Pandoc.Templates: change type of renderTemplate'.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-01-30
Make epub an alias for epub3, not epub2.
John MacFarlane
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
2017-01-26
EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.
John MacFarlane
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
2016-10-02
Moved template compiling/rendering code to a separate library.
John MacFarlane
2016-09-03
Remove blaze-html CPP conditional.
Jesse Rosenthal
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
2016-03-22
Updated copyright dates to include 2016.
1.17.0.2
John MacFarlane
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
2014-12-15
getDefaultTemplate: don't fail when called with "fb2".
John MacFarlane
2014-06-03
Templates: use ordNum instead of ord.
John MacFarlane
2014-06-01
Templates: Fail informatively on template syntax errors.
John MacFarlane
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
2014-03-05
Templates: YAML objects resolve to "true" in conditionals.
John MacFarlane
2013-10-21
Templates: Changed how array variables are resolved.
John MacFarlane
2013-09-08
Templates: more consistent behavior of `$for$`.
John MacFarlane
2013-08-08
Added Text.Pandoc.Compat.Monoid.
John MacFarlane
2013-07-02
Fixed bug retrieving default template for markdown variants.
John MacFarlane
2013-06-24
Use new flexible metadata type.
John MacFarlane
2013-06-24
Revised Text.Pandoc.Templates to accept JSON contexts.
John MacFarlane
2012-12-29
Data files changes.
John MacFarlane
2012-11-04
EPUB writer: Rationalized templates.
John MacFarlane
2012-11-02
Preliminary changes for epub3 format.
John MacFarlane
2012-09-25
Removed need for utf8-string package.
John MacFarlane
2012-08-09
Changed strict to markdown_strict.
John MacFarlane
2012-08-09
Removed `--strict`, added extensions to writer/reader names.
John MacFarlane
2012-07-26
Fixed whitespace errors.
John MacFarlane
2012-07-20
Use Parsec directly in Biblio and Templates.
John MacFarlane
2012-07-20
Use Parser as type synonym for Parsec.
John MacFarlane
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
2012-05-10
Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."
John MacFarlane
2012-04-24
Removed blaze_html_05 flag -- require blaze >= 0.5 by default.
John MacFarlane
2012-04-23
changes for blaze-html 0.5
Mark Wright
2012-01-30
Added default.beamer template (separate from default.latex).
John MacFarlane
2012-01-28
Made `beamer` an output format, removed `pdf` as output format.
John MacFarlane
2012-01-21
Removed `beamer` output format; added `--beamer` option.
John MacFarlane
2012-01-20
pandoc: Output to pdf now works.
John MacFarlane
2012-01-19
Templates: Removed vestigial remnant of openxml template.
John MacFarlane
2012-01-19
Added Docx writer.
John MacFarlane
[next]