index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-02
Merge pull request #1005 from nougad/consistent_bibliography
John MacFarlane
1
-1
/
+3
2013-12-19
HLint: redundant parens
Henry de Valence
1
-4
/
+2
2013-12-19
HLint: use `elem` and `notElem`
Henry de Valence
1
-1
/
+1
2013-12-05
Allow https: to work in pandoc command line arguments.
John MacFarlane
1
-5
/
+8
2013-11-30
Allow "epub2" as synonym for "epub", "html4" for "html".
John MacFarlane
1
-1
/
+4
2013-10-21
Don't look for slidy files in data files w/ --self-contained.
John MacFarlane
1
-2
/
+0
2013-09-30
Fixed stupid copy&paste error
Florian Eitel
1
-1
/
+0
2013-09-30
Don't add pandoc-citeproc filter if natbib or biblatex is used
Florian Eitel
1
-1
/
+4
2013-09-19
Handle Boolean values in `--metadata`.
John MacFarlane
1
-4
/
+13
2013-09-17
More informative error when a filter is not found in path.
John MacFarlane
1
-2
/
+7
2013-09-17
Allow `--metadata` to be repeated for the same key to form a list.
John MacFarlane
1
-14
/
+26
2013-09-14
More robust check for '-F pandoc-filters', allowing pathnames.
John MacFarlane
1
-3
/
+3
2013-09-10
`--bibliography` again implies `-F pandoc-citeproc`.
John MacFarlane
1
-5
/
+11
2013-09-08
`--bibliography` no longer implies `-F pandoc-citeproc`.
John MacFarlane
1
-2
/
+0
2013-09-01
Changed --metadata to return Boolean True if no value.
John MacFarlane
1
-7
/
+8
2013-09-01
Change for latest pandoc-citeproc.
John MacFarlane
1
-1
/
+1
2013-09-01
Restore --bibliography, --csl, --citation-abbreviations.
John MacFarlane
1
-0
/
+27
2013-09-01
Added `--metadata/-M` option.
John MacFarlane
1
-7
/
+23
2013-08-25
Added `-F` as shortcut for `--filter`.
John MacFarlane
1
-1
/
+1
2013-08-24
Removed dependency on citeproc-hs.
John MacFarlane
1
-65
/
+3
2013-08-24
Improved error reporting on filters.
John MacFarlane
1
-5
/
+5
2013-08-14
Print stderr output of filters to stderr.
John MacFarlane
1
-3
/
+3
2013-08-13
Added module for writing python scripts, with several examples.
John MacFarlane
1
-6
/
+8
2013-08-13
Removed `--print-sample-lua-writer`, added `--print-default-data-file`.
John MacFarlane
1
-9
/
+10
2013-08-11
Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).
John MacFarlane
1
-5
/
+7
2013-08-08
Pass writename as argument to filters.
John MacFarlane
1
-6
/
+11
2013-08-08
Revert "Revert "Added `--filter` option.""
John MacFarlane
1
-4
/
+21
2013-07-23
Revert "Added `--filter` option."
John MacFarlane
1
-21
/
+4
2013-07-23
Added `--filter` option.
John MacFarlane
1
-4
/
+21
2013-07-20
PDF generation improvements.
John MacFarlane
1
-2
/
+2
2013-07-14
Initial work to create dokuwiki writer (#386)
Clare Macrae
1
-0
/
+1
2013-07-03
`--toc-level` no longer implies `--toc`.
John MacFarlane
1
-2
/
+1
2013-04-26
pandoc `--help` now says something about pdf output.
John MacFarlane
1
-2
/
+4
2013-04-14
Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.
John MacFarlane
1
-0
/
+8
2013-04-08
Have `--help` print in and out formats in alphabetical order.
John MacFarlane
1
-3
/
+3
2013-03-23
Reveal.js improvements.
John MacFarlane
1
-1
/
+1
2013-03-21
Added basic support for reveal.js.
Jamie F. Olson
1
-1
/
+1
2013-03-19
Added Text.Pandoc.Writers.OPML.
John MacFarlane
1
-0
/
+1
2013-03-19
Added Text.Pandoc.Readers.OPML, exporting readOPML.
John MacFarlane
1
-0
/
+1
2013-03-16
Fixed numbering mismatch between TOC and sections in HTML.
John MacFarlane
1
-3
/
+3
2013-03-05
Hide Text.Pandoc.Highlighting.
John MacFarlane
1
-1
/
+1
2013-02-23
`--number-from` -> `--number-offset`
John MacFarlane
1
-11
/
+11
2013-02-22
`--number-from` implies `--number-sections`.
John MacFarlane
1
-1
/
+2
2013-02-21
Added `--number-from` option and `writerNumberFrom`.
John MacFarlane
1
-0
/
+13
2013-02-07
Changes to --version.
John MacFarlane
1
-1
/
+1
2013-02-07
Changes to --version.
John MacFarlane
1
-3
/
+6
2013-02-05
Added `--default-image-extension` and `readerDefaultImageExtension`.
John MacFarlane
1
-99
/
+109
2013-01-19
Updated copyright dates.
John MacFarlane
1
-3
/
+3
2013-01-18
RTF writer: Added writeRTFWithEmbeddedImages.
John MacFarlane
1
-8
/
+4
2013-01-15
Added `writerHtmlQTags` and `--html-q-tags` option.
John MacFarlane
1
-0
/
+10
[prev]
[next]