summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Split html template into html, html5 templates.John MacFarlane2012-01-11
* HTML writer: Don't use self-closing img, br, hr tags.John MacFarlane2012-01-11
* Markdown reader: fixed bug in table/hrule parsing.John MacFarlane2012-01-10
* Markdown reader: Allow links in image captions.John MacFarlane2012-01-08
* Templates: Tell pandoc where to find default "html5" template.John MacFarlane2012-01-08
* Allow markdown2pdf to use `--old-dashes` and `--citatation-abbreviations`.John MacFarlane2012-01-04
* Markdown reader: Fix parsing of consecutive lists.John MacFarlane2012-01-02
* EPUB writer: Allow `lang` variable to set language in metadata.John MacFarlane2012-01-01
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* Support for math in RST reader and writer.John MacFarlane2011-12-31
* Pretty: Added beforeNonBreak combinator.John MacFarlane2011-12-31
* Support Sphinx-style math in RST writer.John MacFarlane2011-12-30
* Support Sphinx style math in RST reader.John MacFarlane2011-12-30
* Removed header 1 property from ConTeXt tests.John MacFarlane2011-12-30
* Fixed layout bug in ConTeXt and LaTeX writers.John MacFarlane2011-12-30
* LaTeX writer: only use hyperdef on section if there's a link to it.John MacFarlane2011-12-30
* Added support for internal links in ConTeXt writer.John MacFarlane2011-12-30
* Add support for internal links to LaTeX writer.John MacFarlane2011-12-30
* ConTeXt writer: Add section labels and internal links as in HTML.B. Scott Michel2011-12-30
* Updated ConTeXt tests.John MacFarlane2011-12-30
* HTML writer: Better handling of authors in meta tags.John MacFarlane2011-12-30
* ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane2011-12-30
* Small tweaks to hyphenatedurl patch.John MacFarlane2011-12-30
* ConTeXt_url_hyphenationB. Scott Michel2011-12-30
* LaTeX writer: Improved detection of book classes.John MacFarlane2011-12-30
* EPUB: Get correct environment variable for LANG.John MacFarlane2011-12-30
* Better smart quote parsing.John MacFarlane2011-12-29
* Unescape entities in citation refId.John MacFarlane2011-12-29
* Merge pull request #366 from gridaphobe/masterJohn MacFarlane2011-12-29
|\
| * change reference backlink from RawInline to Link so it gets rendered properly...Eric Seidel2011-12-24
* | DZSlides: Added dzslides/template.html.John MacFarlane2011-12-29
* | 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
* | 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