aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2019-03-02Use XDG data directory for user data directory.John MacFarlane
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane
2019-02-23JATS reader: fix parsing of figures.John MacFarlane
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane
2019-02-08Improve tight/loose list handling.John MacFarlane
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane
2019-02-02Update test for last commit.John MacFarlane
2019-02-01LaTeX writer: avoid `{}` after control sequences when escaping.John MacFarlane
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane
2019-01-22LaTeX reader: support `\endinput`. Closes #5233.John MacFarlane
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2019-01-02Implement task lists (#5139)Mauro Bieg
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane
2018-12-31Simplify/fix reading of `--metadata` values on command line.John MacFarlane
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane
2018-11-25Added test for #5053.John MacFarlane
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane
2018-11-16HTML reader: allow tfoot before body rows.John MacFarlane
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane
2018-11-13Fix test case for #5014.John MacFarlane
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-11-06Add command test for #5050.John MacFarlane
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane
2018-11-02Roff reader: Improved handling of custom strings as arguments.John MacFarlane
2018-11-01Implement --ascii for Markdown writer.John MacFarlane
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane
2018-10-31LaTeX writer: add newline if math ends in a comment.John MacFarlane
2018-10-29LaTeX reader: allow space at end of math after `\`.John MacFarlane
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel
2018-10-23Groff writer character escaping changes.John MacFarlane
2018-10-22LaTeX reader: add support for `nolinkurl` command. (#4992)Brian Leung
2018-10-18Groff escaping changes.John MacFarlane
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane
2018-10-17Man writer: use \f[R] instead of \f[] to reset fontAlexander Krotov
2018-10-15LaTeX reader: make macroDef polymorphic and allow in inline context.John MacFarlane
2018-10-15Added failing test case for macros.John MacFarlane
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane
2018-10-14Markdown reader: Fix awkward soft break movements before abbreviations.John MacFarlane
2018-10-11HTML reader: fix htmlTag and isInlineTag to accept processing instructions.John MacFarlane
2018-10-08LaTeX writer: with `--biblatex`, use `\autocite` when possible.John MacFarlane