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
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-2
/
+16
2015-11-19
Rationalized behavior of --no-tex-ligatures and --smart.
John MacFarlane
1
-2
/
+7
2015-11-16
Allow .adoc file extension for AsciiDoc.
Andrew Dunning
1
-0
/
+1
2015-11-16
Improved implicit pandoc-citeproc inclusion.
John MacFarlane
1
-1
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-20
Allow use of ConTeXt to generate PDFs.
John MacFarlane
1
-6
/
+10
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+1
2015-10-10
Removed unneeded import.
John MacFarlane
1
-1
/
+1
2015-10-01
Move the variable pandocVersion from `src/Text/Pandoc.hs` to
Alex Vong
1
-1
/
+1
2015-09-26
Update KaTeX JS and CSS versions.
Emily Eisenberg
1
-2
/
+2
2015-08-13
Added `--bash-completion` option.
John MacFarlane
1
-1
/
+18
2015-07-27
Text.Pandoc.Options: modifications for image attributes.
John MacFarlane
1
-2
/
+16
2015-07-23
Added odt reader
MarLinn
1
-3
/
+1
2015-07-02
Better error messages for filters:
John MacFarlane
1
-2
/
+8
2015-07-01
New method for building man pages.
John MacFarlane
1
-15
/
+0
2015-06-28
New method for producing man pages.
John MacFarlane
1
-0
/
+15
2015-06-09
replace old url with pandoc.org
Pablo RodrÃguez
1
-1
/
+1
2015-06-09
Amends last commit: don't use https for google charts.
John MacFarlane
1
-1
/
+1
2015-06-09
Use https: for mathjax/katex/google-charts CDNs.
John MacFarlane
1
-5
/
+5
2015-05-11
Only make implicit `-F pandoc-citeproc` when `--bibliography` option used.
John MacFarlane
1
-2
/
+2
2015-05-11
Removed references to `biblio-files` in pandoc.hs and README.
John MacFarlane
1
-3
/
+0
2015-05-09
Revert "EPUB writer: stylesheet changes. Closes #2040."
John MacFarlane
1
-4
/
+2
2015-05-08
EPUB writer: stylesheet changes. Closes #2040.
John MacFarlane
1
-2
/
+4
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-3
/
+3
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
1
-10
/
+12
2015-03-07
Merge pull request #1976 from wcaleb/json-help-message
John MacFarlane
1
-5
/
+7
2015-03-04
Fix issue #969, #1779 by providing --latex-engine-opt
Sumit Sahrawat
1
-1
/
+13
2015-02-27
Clarify JSON input and output in usage message
Caleb McDaniel
1
-5
/
+7
2015-02-18
Update executable file
Matthew Pickering
1
-10
/
+12
2015-01-19
Better warning when trying to read multiple binary files
Matthew Pickering
1
-1
/
+2
2014-12-26
Added `--verbose` flag for debugging output in PDF production.
John MacFarlane
1
-1
/
+10
2014-10-20
Recognize .icml extension and use icml writer. See #1707.
John MacFarlane
1
-0
/
+1
2014-10-19
Give better error messages when someone tries to convert pdf, doc, odt.
John MacFarlane
1
-1
/
+12
2014-09-25
Add support for KaTeX HTML math
mpickering
1
-3
/
+32
2014-08-31
Use protocol-relative URL for mathjax.
John MacFarlane
1
-1
/
+1
2014-08-30
Removed extra blank line after version.
John MacFarlane
1
-1
/
+1
2014-08-17
Removed check for PATH variable in running filters.
John MacFarlane
1
-6
/
+9
2014-08-06
pandoc: Don't strip path off of sourceURL.
John MacFarlane
1
-2
/
+1
2014-08-04
Merge pull request #1486 from Aelve/minor
John MacFarlane
1
-37
/
+52
2014-08-04
Slightly fix readability of main program file.
Artyom Kazak
1
-37
/
+52
2014-08-04
Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...
John MacFarlane
1
-0
/
+1
2014-08-02
Text.Pandoc.SelfContained changes.
John MacFarlane
1
-3
/
+2
2014-07-31
pandoc.hs: More code reorganization.
John MacFarlane
1
-72
/
+80
2014-07-31
EPUB Reader: Integrated into program
Matthew Pickering
1
-0
/
+1
2014-07-31
pandoc.hs: Rewrote some of the logic for clarity.
John MacFarlane
1
-25
/
+31
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
1
-3
/
+4
2014-07-31
Made MediaBag a newtype, and added mime type information to media.
John MacFarlane
1
-16
/
+10
2014-07-30
getT2TMeta: Take list of source files instead of single.
John MacFarlane
1
-3
/
+1
2014-07-30
Allow --self-contained to get content from MediaBag.
John MacFarlane
1
-1
/
+3
[next]