summaryrefslogtreecommitdiff
path: root/tests/Tests
Commit message (Expand)AuthorAge
* Org reader: Read inline code blocksAlbert Krewinkel2014-05-06
* Added test for #1154.John MacFarlane2014-05-04
* Added Tests.Writer.AsciiDoc to repository.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* Merge pull request #1272 from tarleb/link-typesJohn MacFarlane2014-05-01
|\
| * Org reader: Add support for custom link typesAlbert Krewinkel2014-05-01
* | Added Cite to Arbitrary instance.John MacFarlane2014-04-29
* | ADded SmallCaps to Arbitrary instance.John MacFarlane2014-04-29
|/
* Org reader: Enable internal linksAlbert Krewinkel2014-04-25
* Org reader: Recognize plain and angle linksAlbert Krewinkel2014-04-24
* Org reader: Allow for compact definition listsAlbert Krewinkel2014-04-19
* Org reader: Fix parsing of footnotesAlbert Krewinkel2014-04-19
* Org reader: Apply captions to code blocks and tablesAlbert Krewinkel2014-04-19
* Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel2014-04-18
* Org reader: Fix parsing of loose listsAlbert Krewinkel2014-04-18
* Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel2014-04-17
* Org reader: Support footnotesAlbert Krewinkel2014-04-17
* Merge pull request #1240 from neilmayhew/masterJohn MacFarlane2014-04-13
|\
| * Add some unit tests for Writers.DocbookNeil Mayhew2014-04-12
* | Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane2014-04-13
|\ \
| * | Org reader: Read linebreaksAlbert Krewinkel2014-04-12
| |/
* / Org reader: Add support for figuresAlbert Krewinkel2014-04-12
|/
* Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel2014-04-11
* Org reader: Support more inline/display math variantsAlbert Krewinkel2014-04-10
* Org reader: Precise rules for the recognition of markupAlbert Krewinkel2014-04-09
* Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel2014-04-07
* Org reader: Add support for definition listsAlbert Krewinkel2014-04-06
* Org reader: Support inline imagesAlbert Krewinkel2014-04-05
* Org reader: Fix parsing of nested inlinesAlbert Krewinkel2014-04-05
* Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane2014-03-04
|\
| * InDesign ICML Writermb212014-02-28
* | Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* | HLint: redundant parensHenry de Valence2013-12-19
* | HLint: Remove lambdas.Henry de Valence2013-12-19
|/
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* Fixed bug with intraword emphasis.John MacFarlane2013-11-22
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* Pass the buildDir as first argument to test suite.John MacFarlane2013-10-20
* Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane2013-09-01
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
* Added markdown citation parsing test.John MacFarlane2013-08-26
* Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2013-08-25
|\
| * Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* | Removed dependency on citeproc-hs.John MacFarlane2013-08-24
|/
* Create Cite element even if no matching reference in the biblio.John MacFarlane2013-08-20
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Added Tests.Walk.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane2013-07-21
* Updated a test whose output changed due to last commit.John MacFarlane2013-07-13