aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Update latex writer test for template change.John MacFarlane1-1/+1
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane1-112/+40
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel1-0/+12
2017-01-10LaTeX template: Add hyphen option to url package.John MacFarlane4-0/+4
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel1-0/+12
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel1-0/+4
2017-01-03LaTeX template: allow passing `microtypeoptions` to microtype.John MacFarlane4-4/+4
2016-12-30Updated docbook5 writer test for new template.John MacFarlane1-1/+3
2016-12-30DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg1-31/+31
2016-12-24markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg1-1/+2
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-2/+2
2016-12-21Org writer: prefix footnote numbers with `fn:`Albert Krewinkel1-19/+19
2016-12-13Test case for issue #3223 (#3308)hubertp-lshift3-0/+6
2016-12-13Test case for bug 2752 (#3306)hubertp-lshift3-0/+2
2016-12-13Docx reader: Empty header should be list of lists.Jesse Rosenthal2-3/+7
2016-12-08Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal3-0/+9
2016-12-07Fixed tests with dynamic linking.John MacFarlane1-3/+12
2016-12-07RST reader: fix hyperlink aliases.John MacFarlane2-0/+3
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel1-0/+22
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane3-6/+6
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane5-14/+12
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane1-0/+1
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel2-15/+52
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift4-6/+6
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2-3/+3
2016-11-19Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane1-3/+3
2016-11-19Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel1-12/+22
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