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
2012-01-19
Added Docx writer.
John MacFarlane
1
-8
/
+21
2012-01-01
New treatment of dashes in --smart mode.
John MacFarlane
1
-0
/
+10
2011-12-29
Unescape entities in citation refId.
John MacFarlane
1
-1
/
+20
2011-12-29
DZSlides: Added dzslides/template.html.
John MacFarlane
1
-8
/
+16
2011-12-29
Made `--version` informative about versions of dependencies.
John MacFarlane
1
-2
/
+3
2011-12-29
Better formatting for list of highlighting languages.
John MacFarlane
1
-1
/
+1
2011-12-29
Added "beamer" a few places where we test for latex.
John MacFarlane
1
-2
/
+3
2011-12-29
Don't use `--smart` automatically with `man` output.
John MacFarlane
1
-1
/
+1
2011-12-29
Better formatting of input/output formats in `--help`.
John MacFarlane
1
-7
/
+7
2011-12-29
Made `html5` and `html5+lhs` output formats.
John MacFarlane
1
-1
/
+4
2011-12-27
Added `--highlight-style` and `--no-highlight` options.
John MacFarlane
1
-5
/
+35
2011-12-22
Removed highlighting flag. Highlighting support is now standard.
John MacFarlane
1
-6
/
+1
2011-12-22
Added writerHighlight to WriterOptions.
John MacFarlane
1
-1
/
+2
2011-12-17
Use blaze-html instead of xhtml for HTML generation.
John MacFarlane
1
-11
/
+2
2011-12-03
New slidy directory for "self-contained."
John MacFarlane
1
-0
/
+2
2011-11-23
pandoc.hs : changed a couple `writerName` to `writerName'`.
John MacFarlane
1
-2
/
+2
2011-11-22
Set `--standalone` implicitly when non-text output format.
John MacFarlane
1
-4
/
+4
2011-11-21
Added --self-contained, integrated into src/pandoc.hs.
John MacFarlane
1
-26
/
+24
2011-11-16
Added an asciidoc writer (partial).
John MacFarlane
1
-0
/
+1
2011-11-11
Implemented --citation-abbreviations option.
John MacFarlane
1
-1
/
+10
2011-10-26
Removed redundant import.
John MacFarlane
1
-1
/
+1
2011-10-01
Added dzslides output option.
John MacFarlane
1
-5
/
+7
2011-07-24
Fixed slidy css.
John MacFarlane
1
-1
/
+1
2011-07-23
Changed `--mathjax` to link to mathjax CDN by default.
John MacFarlane
1
-2
/
+6
2011-07-22
Changed default template naming scheme.
John MacFarlane
1
-2
/
+9
2011-07-22
Look for value of --template in datadir if not found.
John MacFarlane
1
-12
/
+19
2011-07-22
Deprecated `--xetex` option - it is no longer needed.
John MacFarlane
1
-4
/
+6
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
[next]