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-05-11
Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.
John MacFarlane
1
-2
/
+12
2012-04-14
Input files with .db extension treated as docbook by default.
John MacFarlane
1
-0
/
+1
2012-03-09
Changed -V so that you can specify a key without a value.
John MacFarlane
1
-8
/
+7
2012-03-09
Added beamer+lhs as output format.
John MacFarlane
1
-16
/
+14
2012-02-11
Print texmath version in --version output.
John MacFarlane
1
-2
/
+2
2012-02-05
Re-added the --ascii option.
John MacFarlane
1
-5
/
+18
2012-02-05
Text.Pandoc.XML: Export fromEntities.
John MacFarlane
1
-14
/
+2
2012-02-05
pandoc: Treat html5+lhs as an html format.
John MacFarlane
1
-1
/
+2
2012-02-04
Complete rewrite of LaTeX reader.
John MacFarlane
1
-16
/
+11
2012-01-31
Change copyright date.
John MacFarlane
1
-3
/
+3
2012-01-30
Added `--epub-embed-font` option.
John MacFarlane
1
-1
/
+12
2012-01-28
Made `beamer` an output format, removed `pdf` as output format.
John MacFarlane
1
-28
/
+32
2012-01-26
Added --atx-headers option.
John MacFarlane
1
-1
/
+11
2012-01-25
Reorganized --help output to match order of options in man page.
John MacFarlane
1
-208
/
+209
2012-01-25
Added --slide-level option to override default.
John MacFarlane
1
-0
/
+15
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
[next]