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
2016-06-20
Changed email-obfuscation default to no obfuscation.
John MacFarlane
1
-1
/
+1
2016-05-12
Revert "New method for checking for presence of tex program."
John MacFarlane
1
-6
/
+2
2016-05-12
Revert "Use shell instead of proc to check for latex program."
John MacFarlane
1
-29
/
+7
2016-05-12
Revert "Require process >= 1.2.1."
John MacFarlane
1
-1
/
+6
2016-05-12
Require process >= 1.2.1.
John MacFarlane
1
-6
/
+1
2016-05-11
Added some CSS to handle older versions of process.
John MacFarlane
1
-1
/
+6
2016-05-11
Use shell instead of proc to check for latex program.
John MacFarlane
1
-7
/
+24
2016-05-10
Made detection of latex program more robust.
John MacFarlane
1
-2
/
+5
2016-05-09
New method for checking for presence of tex program.
John MacFarlane
1
-2
/
+3
2016-05-09
Loading the full MathJax config to maximize loading speed
KolenCheung
1
-1
/
+1
2016-05-09
Change default mathjax setup to use TeX-AMS_CHTML configuration.
John MacFarlane
1
-1
/
+1
2016-05-09
Use new CommonHTML output for MathJax (updated default MathJax URL).
John MacFarlane
1
-1
/
+1
2016-03-22
Fixed copyright dates.
John MacFarlane
1
-3
/
+3
2016-03-21
Fix stdin handling for file-scope
Jesse Rosenthal
1
-0
/
+1
2016-03-15
pandoc.hs: Also use filescope for json files.
Jesse Rosenthal
1
-7
/
+9
2016-03-15
Introduce file-scope parsing (parse-before-combine)
Jesse Rosenthal
1
-4
/
+23
2016-01-19
Add TEI Writer.
csforste
1
-0
/
+2
2016-01-06
Improved default template lookup for custom lua scripts.
John MacFarlane
1
-19
/
+17
2016-01-06
Revert "Make file globbing work on windows."
John MacFarlane
1
-9
/
+0
2016-01-06
Make file globbing work on windows.
John MacFarlane
1
-0
/
+9
2015-12-21
Added preliminary support for PDF creation via wkhtmltopdf.
John MacFarlane
1
-13
/
+15
2015-12-14
Factored out convertWithOpts
John MacFarlane
1
-0
/
+3
2015-12-14
Removed "compatibility mode" when called as hsmarkdown.
John MacFarlane
1
-12
/
+2
2015-12-14
Removed deprecated --strict option entirely.
John MacFarlane
1
-8
/
+0
2015-12-11
Removed deprecated options `--offline` and `--html5`.
John MacFarlane
1
-16
/
+0
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-5
/
+20
2015-11-22
hlint refactorings.
John MacFarlane
1
-38
/
+34
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
[next]