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-21
Slight edits to a couple error messages.
John MacFarlane
1
-2
/
+2
2012-01-21
Removed `beamer` output format; added `--beamer` option.
John MacFarlane
1
-12
/
+21
2012-01-21
pandoc: Better error checking.
John MacFarlane
1
-0
/
+10
2012-01-21
Improved deprecation warnings for --html5, --offline.
John MacFarlane
1
-3
/
+4
2012-01-21
pandoc: Removed deprecated --xetex option.
John MacFarlane
1
-10
/
+0
2012-01-21
pandoc: Check for latex program earlier.
John MacFarlane
1
-10
/
+13
2012-01-21
pandoc: Added optLaTeXProgram.
John MacFarlane
1
-3
/
+4
2012-01-20
Refactored error reporting in pandoc.hs.
John MacFarlane
1
-40
/
+49
2012-01-20
PDF: Use string instead of special TeXProgram type.
John MacFarlane
1
-2
/
+2
2012-01-20
PDF: Better error message.
John MacFarlane
1
-2
/
+1
2012-01-20
pandoc: Output to pdf now works.
John MacFarlane
1
-15
/
+20
2012-01-20
PDF: Removed TeXError type, just return a bytestring.
John MacFarlane
1
-0
/
+1
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
[next]