aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane1-2/+2
2018-11-02Roff reader: Improved handling of custom strings as arguments.John MacFarlane1-0/+27
2018-11-01Implement --ascii for Markdown writer.John MacFarlane1-0/+8
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane1-1/+1
2018-10-31LaTeX writer: add newline if math ends in a comment.John MacFarlane1-0/+7
2018-10-29LaTeX reader: allow space at end of math after `\`.John MacFarlane1-0/+21
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel2-0/+25
2018-10-23Groff writer character escaping changes.John MacFarlane1-1/+1
2018-10-22LaTeX reader: add support for `nolinkurl` command. (#4992)Brian Leung1-0/+10
2018-10-18Groff escaping changes.John MacFarlane2-3/+3
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane2-2/+2
2018-10-17Man writer: use \f[R] instead of \f[] to reset fontAlexander Krotov1-3/+4
2018-10-15LaTeX reader: make macroDef polymorphic and allow in inline context.John MacFarlane1-2/+1
2018-10-15Added failing test case for macros.John MacFarlane1-0/+18
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane1-0/+4
2018-10-14Markdown reader: Fix awkward soft break movements before abbreviations.John MacFarlane1-0/+31
2018-10-11HTML reader: fix htmlTag and isInlineTag to accept processing instructions.John MacFarlane1-0/+13
2018-10-08LaTeX writer: with `--biblatex`, use `\autocite` when possible.John MacFarlane1-0/+22
2018-10-07RST reader: don't allow single-dash separator in headerless table.John MacFarlane1-0/+10
2018-10-07LaTeX reader: fix bugs omitting raw tex.John MacFarlane4-8/+21
2018-10-07RST reader: pass through fields in unknown directives as div attributes.John MacFarlane1-0/+16
2018-10-05Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)Brian Leung1-0/+11
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational1-0/+156
2018-10-05Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)Brian Leung1-0/+29
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-0/+45
2018-09-29LaTeX reader: allow verbatim blocks ending with blank lines.John MacFarlane1-0/+30
2018-09-26Force inline code blocks to honor export options.leungbk1-0/+8
2018-09-25Add support for multiprenote and multipostnote arguments in LaTeX. (#4930)Brian Leung1-0/+48
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane1-0/+14
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane2-1/+35
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane1-0/+16
2018-09-15add test for --metadata-filemb212-0/+19
2018-09-15add test yaml-metadata-blocks.mdmb211-0/+48
2018-09-09LaTeX reader: resolve `\ref` for figure numbers.John MacFarlane1-1/+44
2018-09-07HTML reader: parse `<script type="math/tex` tags as math.John MacFarlane1-0/+13
2018-08-29RSTR reader: don't skip link definitions after comments.John MacFarlane1-0/+9
2018-08-24HTML reader: allow enabling `raw_tex` extension.John MacFarlane1-0/+29
2018-08-22HTML reader: extract spaces inside links instead of trimming themAlexander Krotov1-0/+6