summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Markdown writer: fixes for GHC 7.10.John 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
* Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\
| * Docx Writer: set firstRow information in tablesNikolay Yakimov2015-03-08
| * 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
| * 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
* | 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
* | 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
* | | Org reader: add support for smart punctuationCraig S. Bosma2015-03-09
* | | LaTeX reader: allow non-empty colsep in tablesMathias Schenner2015-03-08
* | | LaTeX reader: allow valign argument in 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
* | | Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat2015-03-04
|/ /
* | HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane2015-02-25
* | Markdown writer: don't emit span tags if plain or raw HTML disabled.John MacFarlane2015-02-25
* | Define isRight since it's only in recent versions of Data.Either.John MacFarlane2015-02-25
* | Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane2015-02-25
* | LaTeX writer: recognize book documentclass if set in metadata.John MacFarlane2015-02-25
* | Markdown reader: check for tex macros after indented code.John MacFarlane2015-02-25
* | Docbook writer: don't print empty id attributes.John MacFarlane2015-02-25
|/
* Docx reader: Minor cleanup.Jesse Rosenthal2015-02-21
* Docx reader: allow sub/superscript verbatims.Jesse Rosenthal2015-02-21
* LaTeX Writer: Don't use listings in headersMatthew Pickering2015-02-20
* Docx reader: Allow numbering in the style file.Jesse Rosenthal2015-02-19
* ICML writer: Better handling of raw blocks and inlines.John MacFarlane2015-02-17
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
* Improved building of data URIs in SelfContained.John MacFarlane2015-02-13
* Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal2015-02-13
* Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal2015-02-12
* Docx Writer: Add "BodyText" StyleJesse Rosenthal2015-02-11
* Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal2015-02-10
* Docx Writer: Implement FirstParagraph StyleJesse Rosenthal2015-02-09