index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-16
Revert API change in EPUB writer.
John MacFarlane
1
-5
/
+3
2011-03-13
Added --epub-cover-image option.
John MacFarlane
1
-1
/
+11
2011-02-06
pandoc.hs: Updated copyright notice.
John MacFarlane
1
-3
/
+3
2011-02-06
Added --ascii option.
John MacFarlane
1
-2
/
+11
2011-01-30
pandoc.hs: Simplified code for writing result.
John MacFarlane
1
-18
/
+14
2011-01-28
Add possibility to use listings package for code blocks and
Josef Svenningsson
1
-1
/
+10
2011-01-28
RTF writer: Embed images when possible.
John MacFarlane
1
-5
/
+9
2011-01-23
Default to textile writer on .textile extension.
John MacFarlane
1
-0
/
+1
2011-01-20
Added --normalize option.
John MacFarlane
1
-1
/
+7
2011-01-16
Removed '--no-citeproc' as alias for '--natbib'.
John MacFarlane
1
-1
/
+1
2011-01-16
Minor code formatting.
John MacFarlane
1
-0
/
+5
2011-01-16
Moved --chapters to before --number-sections in option list.
John MacFarlane
1
-5
/
+5
2011-01-16
Added --chapters option affecting docbook and latex.
John MacFarlane
1
-1
/
+10
2011-01-11
Improvements to --html5 support:
John MacFarlane
1
-2
/
+3
2011-01-11
Preliminary support for HTML5.
John MacFarlane
1
-1
/
+10
2011-01-07
pandoc: Test standalone' rather than standalone for final newline.
John MacFarlane
1
-1
/
+1
2011-01-06
pandoc: Add newline to output unless standalone.
John MacFarlane
1
-2
/
+6
2010-12-17
Added new prettyprinting module.
John MacFarlane
1
-20
/
+38
2010-12-15
Support multiple bibliography files with natbib and biblatex output.
Nathan Gass
1
-1
/
+1
2010-12-13
Added option to write citation markup in markdown writer.
Nathan Gass
1
-1
/
+1
2010-12-13
Added support to write natbib or biblatex citations in latex output.
Nathan Gass
1
-13
/
+24
2010-12-12
Recognize .json extension as json reader/writer.
John MacFarlane
1
-0
/
+2
2010-12-11
Removed deprecated -C/--custom-header option.
John MacFarlane
1
-17
/
+0
2010-12-10
Moved 'readers' and 'writers' to Text.Pandoc.
John MacFarlane
1
-49
/
+5
2010-12-10
Removed HTML sanitization.
John MacFarlane
1
-9
/
+0
2010-12-04
Added Org-mode writer
Puneeth Chaganti
1
-0
/
+2
2010-12-03
Merge branch 'citeproc' into master.
John MacFarlane
1
-43
/
+34
2010-12-03
Use textile reader by default for .textile extension.
John MacFarlane
1
-0
/
+1
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+1
2010-11-27
Merge branch 'master' into citeproc
John MacFarlane
1
-0
/
+1
2010-11-27
Merge branch 'textile'
John MacFarlane
1
-0
/
+1
2010-11-23
More flexible handling of --csl.
John MacFarlane
1
-2
/
+10
2010-11-23
Removed citeproc flag and CPP conditionals.
John MacFarlane
1
-18
/
+0
2010-11-20
Citation related changes.
John MacFarlane
1
-22
/
+9
2010-11-19
Use default biblio.{xml,json,bib} in pandoc data dir if none specified.
John MacFarlane
1
-21
/
+23
2010-11-18
If --csl not specified, read from data files or default.
John MacFarlane
1
-6
/
+23
2010-11-16
Removed unneeded format argument in call to readBiblioFile.
John MacFarlane
1
-1
/
+1
2010-11-13
Improve handling of bibliography not found error.
John MacFarlane
1
-1
/
+5
2010-11-13
Replaced --biblio-file with --bibliography, removed --biblio-format.
John MacFarlane
1
-18
/
+9
2010-11-12
Merge branch 'master' into citeproc
John MacFarlane
1
-3
/
+4
2010-11-12
Treat argument as URI only if it has http(s) scheme.
John MacFarlane
1
-3
/
+4
2010-10-27
Changes to use citeproc 0.3.
John MacFarlane
1
-1
/
+1
2010-10-26
Added support for MathJax for displaying math in HTML.
John MacFarlane
1
-0
/
+6
2010-10-26
Process LaTeX macros in markdown, and apply to TeX math.
John MacFarlane
1
-2
/
+3
2010-10-24
Changed --help message for --variable to KEY:VALUE.
John MacFarlane
1
-1
/
+1
2010-09-10
Encode filenames as UTF8.
John MacFarlane
1
-2
/
+2
2010-07-24
--offline implies --standalone.
John MacFarlane
1
-1
/
+2
2010-07-22
Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.
John MacFarlane
1
-1
/
+1
2010-07-22
Moved s5 writing from S5 module to HTML.
John MacFarlane
1
-6
/
+3
2010-07-22
Extended --offline to s5.
John MacFarlane
1
-1
/
+4
[next]