summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Made `--version` informative about versions of dependencies.John MacFarlane2011-12-29
* | Better formatting for list of highlighting languages.John MacFarlane2011-12-29
* | Added "beamer" a few places where we test for latex.John MacFarlane2011-12-29
* | Don't use `--smart` automatically with `man` output.John MacFarlane2011-12-29
* | Better formatting of input/output formats in `--help`.John MacFarlane2011-12-29
* | Made `html5` and `html5+lhs` output formats.John MacFarlane2011-12-29
* | Added 'beamer' as an output format.John MacFarlane2011-12-29
* | Preserve attributes in highlighted HTML.John MacFarlane2011-12-28
* | EPUB: Correctly handle internal links.John MacFarlane2011-12-28
* | Made `--highlight-style` and `--no-highlight` work in markdown2pdf.John MacFarlane2011-12-27
* | Added `--highlight-style` and `--no-highlight` options.John MacFarlane2011-12-27
* | Highlighting: Add language as class name.John MacFarlane2011-12-27
* | Updated tests.John MacFarlane2011-12-27
* | Updated templates; changes for new highlighting-kate.John MacFarlane2011-12-27
* | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* | LaTeX reader: Return Str instead of Apostrophe.John MacFarlane2011-12-27
* | Markdown reader: Improved previous patch to allow unicode apostrophe.John MacFarlane2011-12-27
* | Pretty: return Str with unicode instead of Apostrophe.John MacFarlane2011-12-27
* | EPUB writer: Make external (absolute) links active.John MacFarlane2011-12-26
* | Modified str parser to capture apostrophes in smart mode.John MacFarlane2011-12-26
* | Added some failing test cases for apostrophes in French.John MacFarlane2011-12-26
* | Updated highlighting for highlighting-kate 0.4.John MacFarlane2011-12-26
|/
* LaTeX writer: Support highlighting for inline code.John MacFarlane2011-12-23
* LaTeX writer: Have LHS files set the "listings" variable.John MacFarlane2011-12-23
* LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane2011-12-23
* Updated 'Tested-With' field.John MacFarlane2011-12-22
* Merge pull request #364 from aslatter/masterJohn MacFarlane2011-12-22
|\
| * tests: update package description to build with GHC 7.4Antoine Latter2011-12-22
| * Update build depends for GHC 7.4Antoine Latter2011-12-22
|/
* Removed highlighting flag. Highlighting support is now standard.John MacFarlane2011-12-22
* Added writerHighlight to WriterOptions.John MacFarlane2011-12-22
* Removed writerAscii in WriterOptions.John MacFarlane2011-12-22
* Changed types of highlighting functions.John MacFarlane2011-12-22
* Updated s5 tests.John MacFarlane2011-12-20
* S5 template: Added titleslide class to title slide.John MacFarlane2011-12-20
* Added a newline at end of footnotes ol.John MacFarlane2011-12-20
* Restore xhtml style self-closed tags in HTML writer.John MacFarlane2011-12-20
* Setup: Making man pages now works with cabal-dev.John MacFarlane2011-12-19
* Added highlightLaTeX stub when not compiled w/ highlighting.John MacFarlane2011-12-19
* Added highlightLaTeX to Text.Pandoc.Highlighting.John MacFarlane2011-12-19
* HTML writer: Put classes "section" and "level[1-6]" on section divs.John MacFarlane2011-12-18
* EPUB: Added customizable templates for epub pages.John MacFarlane2011-12-18
* HTML writer: Retain ID attribute in highlighted code blocks.John MacFarlane2011-12-18
* Highlighting: Use reads instead of read.John MacFarlane2011-12-18
* HTML writer: Use `<del>` for strikeout.John MacFarlane2011-12-18
* HTML writer: Don't escape '.John MacFarlane2011-12-17
* Fixed line breaks in tds in table cells.John MacFarlane2011-12-17
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
* Updated HCAR-Pandoc.tex.John MacFarlane2011-12-13
* Use pandoc-types 1.9.*.John MacFarlane2011-12-13