aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg3-5/+5
2019-05-28Add test for relative file: URI to #5517.John MacFarlane1-0/+6
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg1-0/+26
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-0/+17
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-0/+14
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-0/+18
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel1-6/+6
2019-05-01Fix footnote in image caption.John MacFarlane1-0/+12
2019-04-30HTML: prevent gratuitious emojification on iOS.John MacFarlane1-1/+1
2019-04-15RST writer: treat Span as transparent.John MacFarlane1-0/+6
2019-04-02Update command test #5416 to make it windows friendlyJohn MacFarlane1-2/+4
2019-04-01Dokuwiki Reader fix: parse single curly brace (#5417)Mauro Bieg1-0/+11
2019-03-29LaTeX writer: Avoid inadvertently creating ?` or !` ligatures.John MacFarlane1-0/+14
2019-03-28Markdown reader: fenced div takes priority over setext header.John MacFarlane1-0/+9
2019-03-22LaTeX writer: Fix footnotes in table caption and cells.John MacFarlane1-0/+44
2019-03-18Improved fix to #5340 and added test.John MacFarlane1-0/+14
2019-03-17Properly escape attributes in Markdown writer.John MacFarlane1-0/+7
2019-03-17Add test case for #5368.John MacFarlane1-0/+23
2019-03-02Use XDG data directory for user data directory.John MacFarlane1-1/+1
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane1-0/+17
2019-02-23JATS reader: fix parsing of figures.John MacFarlane1-0/+24
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane1-0/+24
2019-02-08Improve tight/loose list handling.John MacFarlane1-0/+15
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane1-0/+12
2019-02-02Update test for last commit.John MacFarlane1-3/+3
2019-02-01LaTeX writer: avoid `{}` after control sequences when escaping.John MacFarlane2-4/+3
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane1-0/+12
2019-01-22LaTeX reader: support `\endinput`. Closes #5233.John MacFarlane1-0/+9
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane1-0/+12
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung2-0/+11
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane1-1/+1
2019-01-02Implement task lists (#5139)Mauro Bieg2-0/+142
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane1-0/+7
2018-12-31Simplify/fix reading of `--metadata` values on command line.John MacFarlane1-0/+12
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk1-0/+41
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane1-0/+18
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane1-0/+9
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-0/+13
2018-11-25Added test for #5053.John MacFarlane1-0/+14
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane3-13/+15
2018-11-16HTML reader: allow tfoot before body rows.John MacFarlane1-0/+16
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane1-0/+7
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane1-0/+6
2018-11-13Fix test case for #5014.John MacFarlane1-1/+3
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane1-0/+17
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane1-0/+14
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane1-0/+4
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-4/+4
2018-11-06Add command test for #5050.John MacFarlane1-0/+7
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational1-0/+36