summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Markdown writer: fixes for GHC 7.10.John MacFarlane2015-03-19
* Bumped upper bounds for filepath, QuickCheck.John MacFarlane2015-03-19
* Merge pull request #2013 from ShabbyX/masterJohn MacFarlane2015-03-19
|\
| * Derive from Data and Typeable for libpandocShahbaz Youssefi2015-03-19
|/
* Fixed a compiler warning.John MacFarlane2015-03-17
* Added CommonMark reader using cmark (libcmark bindings).John MacFarlane2015-03-17
* Bump criterion version bound.John MacFarlane2015-03-17
* Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\
| * Docx Writer: Tables testNikolay Yakimov2015-03-08
| * Docx Writer: set firstRow information in tablesNikolay Yakimov2015-03-08
| * Lists testNikolay Yakimov2015-03-08
| * Initial tests for writerNikolay Yakimov2015-03-03
| * Code cleanupNikolay Yakimov2015-03-03
| * Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
| * Update Docx writer for 1cb601d reference.docxNikolay Yakimov2015-03-01
| * Update reference.docxNikolay Yakimov2015-03-01
| * Remove accidentally added fileNikolay Yakimov2015-02-24
| * Comment out unused functions to make CI happyNikolay Yakimov2015-02-24
| * Treat some ambiguous styles as custom for nowNikolay Yakimov2015-02-24
| * Do not lookup custom stylesNikolay Yakimov2015-02-23
| * Also skip SourceCode style if existsNikolay Yakimov2015-02-23
| * If --no-highlight is set, remove *Tok styles.Nikolay Yakimov2015-02-22
| * Prototype fix for #1872Nikolay Yakimov2015-02-22
| * Initial stab at more involved fix for #1607Nikolay Yakimov2015-02-21
* | Merge pull request #2008 from tomleese/fix-github-phrasingJohn MacFarlane2015-03-16
|\ \
| * | Replace occurrences of 'Github' with 'GitHub'Tom Leese2015-03-16
|/ /
* | AsciiDoc writer: avoid wrapping after list marker.John MacFarlane2015-03-15
* | AsciiDoc writer: insert some needed blank lines.John MacFarlane2015-03-15
* | Moved and rewrote documentation for `shortcut_reference_links` ext.John MacFarlane2015-03-15
* | Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ \
| * | Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | | Really fix #1394.John MacFarlane2015-03-14
* | | Properly gobble spaces after \\.John MacFarlane2015-03-14
* | | LaTeX reader: allow block content in \title{}.John MacFarlane2015-03-14
* | | Merge pull request #2000 from bosmacs/org-smartJohn MacFarlane2015-03-09
|\ \ \
| * | | Org reader: add support for smart punctuationCraig S. Bosma2015-03-09
|/ / /
* | | Merge pull request #1999 from synsem/latex-reader-tablesJohn MacFarlane2015-03-08
|\ \ \
| * | | LaTeX reader: allow non-empty colsep in tablesMathias Schenner2015-03-08
| * | | LaTeX reader: allow valign argument in tablesMathias Schenner2015-03-08
| * | | LaTeX reader: add some test cases for simple tablesMathias Schenner2015-03-08
|/ / /
* | | LaTeX reader: ignore options in `\lstinline`.John MacFarlane2015-03-07
* | | MediaWiki writer: spaces to underscores in wikilink URL.John MacFarlane2015-03-07
* | | Fixed pipe tables -- headerless tables are not allowed.John MacFarlane2015-03-07
* | | Merge pull request #1976 from wcaleb/json-help-messageJohn MacFarlane2015-03-07
|\ \ \
| * | | Clarify JSON input and output in usage messageCaleb McDaniel2015-02-27
| |/ /
* | | Merge pull request #1988 from sumitsahrawat/issue-969John MacFarlane2015-03-07
|\ \ \
| * | | Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat2015-03-04
|/ / /
* | | Merge pull request #1980 from RyanGlScott/masterMatthew Pickering2015-03-02
|\ \ \ | |/ / |/| |
| * | Bump blaze-html and blaze-markup upper version boundsRyanGlScott2015-02-28
|/ /
* | HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane2015-02-25