summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Changes for skylighting-0.5.John MacFarlane2017-12-10
* LaTeX reader: fix \ before newline.John MacFarlane2017-12-08
* Markdown reader: accept processing instructions as raw HTML.John MacFarlane2017-12-06
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* hlint Muse reader and testsAlexander Krotov2017-12-06
* Muse reader: add test for #disable-tables directive in Emacs modeAlexander Krotov2017-12-06
* Muse reader: don't allow emphasis to be preceded by letterAlexander Krotov2017-12-06
* Rewrite empty_paragraphs test so it will run on Windows.John MacFarlane2017-12-04
* Markdown reader: Don't parse native div as table caption.John MacFarlane2017-12-04
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Muse reader: add underline support in Emacs Muse modeAlexander Krotov2017-12-04
* Include default CSS for 'underline' class in HTML-based templates.John MacFarlane2017-12-03
* Test for #4113.John MacFarlane2017-12-03
* Docx reader: don't strip out empty paragraphs.John MacFarlane2017-12-02
* LaTeX writer: allow specifying just width or height for image size.John MacFarlane2017-12-01
* Revert "LaTeX writer: Add keepaspectratio to includegraphics..."John MacFarlane2017-12-01
* LaTeX writer: Add keepaspectratio to includegraphics...John MacFarlane2017-11-30
* Support beamer `\alert` in LaTeX reader. Closes #4091.John MacFarlane2017-11-29
* Muse reader: correctly remove indentation from notesAlexander Krotov2017-11-29
* Temporarily disable round-trip block test for muse reader.John MacFarlane2017-11-28
* Update tests for new skylighting.John MacFarlane2017-11-28
* Muse reader: parse "~~" as non-breaking space in Emacs modeAlexander Krotov2017-11-27
* Muse reader: make code blocks round tripAlexander Krotov2017-11-27
* Muse reader: drop common space prefix from list itemsAlexander Krotov2017-11-26
* Muse reader: Add partial round trip testAlexander Krotov2017-11-26
* Muse reader: don't interpret XML entitiesAlexander Krotov2017-11-25
* Muse reader: parse markup in definition list termsAlexander Krotov2017-11-24
* Muse reader: allow definition to end with EOFAlexander Krotov2017-11-24
* Muse writer: test that inline math conversion result is normalizedAlexander Krotov2017-11-24
* Muse: move inline list normalization to writerAlexander Krotov2017-11-24
* Org reader: allow empty list itemsAlbert Krewinkel2017-11-22
* Muse reader: allow list items to be emptyAlexander Krotov2017-11-22
* Muse reader: add ordered list testAlexander Krotov2017-11-22
* Muse writer: escape hash symbolAlexander Krotov2017-11-22
* Muse reader: add more multiline definition testsAlexander Krotov2017-11-22
* Update tests for skylighting changes.John MacFarlane2017-11-21
* Muse writer: escape "----" to avoid accidental horizontal rulesAlexander Krotov2017-11-22
* Muse reader: concatenate inlines of the same typeAlexander Krotov2017-11-22
* Muse writer: escape only </code> inside code tagAlexander Krotov2017-11-22
* Muse reader: add inline <literal> supportAlexander Krotov2017-11-21
* Muse reader: test <literal> blocksAlexander Krotov2017-11-21
* data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel2017-11-20
* Muse reader: count only one space as part of list item markerAlexander Krotov2017-11-19
* Muse reader: produce SoftBreaks on newlinesAlexander Krotov2017-11-19
* Lua filters: preload text module (#4077)Albert Krewinkel2017-11-18
* Muse reader: Add Text::Amuse footnote extensionsAlexander Krotov2017-11-18
* Text.Pandoc.Parsing.uri: allow `&` and `=` as word characters.John MacFarlane2017-11-14
* LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane2017-11-13
* Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane2017-11-13
* Replace "emacs" extension with "amuse" extensionAlexander Krotov2017-11-13