aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Allow alignments to be specified in Markdown grid tables.John MacFarlane2-0/+42
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane3-3/+1
2016-11-13HTML reader: only treat "a" element as link if it has href.John MacFarlane1-0/+4
2016-11-09Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel1-0/+6
2016-11-08Inline code when text has a special styleHubert Plociniczak4-62/+55
2016-11-02Docx reader/writer: Update tests for img title and altJesse Rosenthal5-4/+4
2016-11-01[odt] Infer tables' header props from rows (#3199)hubertp-lshift1-1/+1
2016-10-31Added a test case with a complex raw latex environment in Markdown.John MacFarlane2-0/+10
2016-10-30Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel1-0/+9
2016-10-30Org reader: support the `todo` export optionAlbert Krewinkel1-0/+6
2016-10-30Org reader: add support for todo-markersAlbert Krewinkel1-125/+165
2016-10-26Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio1-1/+10
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane7-13/+1
2016-10-23Tighten up parsing of raw email addresses.John MacFarlane1-0/+5
2016-10-19Merge pull request #3108 from tarleb/partJohn MacFarlane2-6/+112
2016-10-19Add option for top-level division typeAlbert Krewinkel2-6/+112
2016-10-19Image with a caption needs special formattingHubert Plociniczak2-2/+2
2016-10-18Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane2-1/+1
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane4-2/+7
2016-10-18Issue 3143: Don't duplicate text for anchorsHubert Plociniczak2-1/+1
2016-10-17Org writer: drop space before footnote markersAlbert Krewinkel1-4/+4
2016-10-17Infer caption from the text following the imgHubert Plociniczak4-2/+7
2016-10-17RST reader: Add test for space-before-note.Jesse Rosenthal1-0/+9
2016-10-14Org reader: allow figure with empty captionAlbert Krewinkel1-0/+6
2016-10-14Remove Tests.ArbitraryJesse Rosenthal18-211/+17
2016-10-14Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-valueJohn MacFarlane6-3/+3
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak6-3/+3
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel4-17/+25
2016-10-11Markdown writer: add test for note placement.Jesse Rosenthal1-2/+138
2016-10-02AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane1-4/+4
2016-09-28Markdown reader: added bracket syntax for native spans.John MacFarlane2-1/+6
2016-09-28Updated test suite.John MacFarlane4-0/+24
2016-09-28Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane1-1/+1
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19Add test for backtick in verbatim.Jesse Rosenthal1-0/+2
2016-08-30Org reader: respect unnumbered header propertyAlbert Krewinkel1-0/+9
2016-08-29Merge branch 'org-meta-handling'Albert Krewinkel1-63/+124
2016-08-29Docx reader: test for nested anchor spans in headerJesse Rosenthal3-0/+14
2016-08-29Org reader: respect `creator` export optionAlbert Krewinkel1-0/+6
2016-08-29Org reader: respect `email` export optionAlbert Krewinkel1-0/+6
2016-08-29Org reader: respect `author` export optionAlbert Krewinkel1-0/+6
2016-08-29Put Org reader export option tests into test groupAlbert Krewinkel1-61/+65
2016-08-29Org reader: read HTML_head as header-includesAlbert Krewinkel1-0/+7
2016-08-29Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel1-0/+5
2016-08-29Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel1-0/+5
2016-08-29Org reader: read LaTeX_header as header-includesAlbert Krewinkel1-0/+7
2016-08-29Org reader: give precedence to later meta linesAlbert Krewinkel1-0/+8
2016-08-29Org reader: allow multiple, comma-separated authorsAlbert Krewinkel1-1/+8
2016-08-29Org reader: read markup only for special meta keysAlbert Krewinkel1-2/+2
2016-08-29LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman1-1/+1