summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Use new module from texmath to lookup MS font codepoints.John MacFarlane2016-11-30
* Refactor top-level division selection (#3261)Albert Krewinkel2016-11-27
* [odt] Infer table's caption from the paragraph (#3224)hubertp-lshift2016-11-26
* Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2016-11-26
* Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane2016-11-19
* Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel2016-11-19
* Allow alignments to be specified in Markdown grid tables.John MacFarlane2016-11-15
* Markdown writer: fixed inconsistent spacing issue.John MacFarlane2016-11-15
* HTML reader: only treat "a" element as link if it has href.John MacFarlane2016-11-13
* Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel2016-11-09
* Inline code when text has a special styleHubert Plociniczak2016-11-08
* Docx reader/writer: Update tests for img title and altJesse Rosenthal2016-11-02
* [odt] Infer tables' header props from rows (#3199)hubertp-lshift2016-11-01
* Added a test case with a complex raw latex environment in Markdown.John MacFarlane2016-10-31
* Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel2016-10-30
* Org reader: support the `todo` export optionAlbert Krewinkel2016-10-30
* Org reader: add support for todo-markersAlbert Krewinkel2016-10-30
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Tighten up parsing of raw email addresses.John MacFarlane2016-10-23
* Merge pull request #3108 from tarleb/partJohn MacFarlane2016-10-19
|\
| * Add option for top-level division typeAlbert Krewinkel2016-10-19
* | Image with a caption needs special formattingHubert Plociniczak2016-10-19
|/
* Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane2016-10-18
|\
| * Issue 3143: Don't duplicate text for anchorsHubert Plociniczak2016-10-18
* | Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane2016-10-18
|\ \
| * | Infer caption from the text following the imgHubert Plociniczak2016-10-17
| |/
* | Org writer: drop space before footnote markersAlbert Krewinkel2016-10-17
* | RST reader: Add test for space-before-note.Jesse Rosenthal2016-10-17
* | Org reader: allow figure with empty captionAlbert Krewinkel2016-10-14
* | Remove Tests.ArbitraryJesse Rosenthal2016-10-14
* | Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-valueJohn MacFarlane2016-10-14
|\ \
| * | Added tests and a corner case for starting numberHubert Plociniczak2016-10-14
| |/
* / Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
|/
* Markdown writer: add test for note placement.Jesse Rosenthal2016-10-11
* AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane2016-10-02
* Markdown reader: added bracket syntax for native spans.John MacFarlane2016-09-28
* Updated test suite.John MacFarlane2016-09-28
* Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane2016-09-28
|\
| * LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman2016-08-29
* | LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2016-09-20
* | Add test for backtick in verbatim.Jesse Rosenthal2016-09-19
* | Org reader: respect unnumbered header propertyAlbert Krewinkel2016-08-30
* | Merge branch 'org-meta-handling'Albert Krewinkel2016-08-29
|\ \
| * | Org reader: respect `creator` export optionAlbert Krewinkel2016-08-29
| * | Org reader: respect `email` export optionAlbert Krewinkel2016-08-29
| * | Org reader: respect `author` export optionAlbert Krewinkel2016-08-29
| * | Put Org reader export option tests into test groupAlbert Krewinkel2016-08-29
| * | Org reader: read HTML_head as header-includesAlbert Krewinkel2016-08-29