summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #3911 from labdsf/muse-reader-bracesJohn MacFarlane2017-09-11
|\
| * Muse reader: parse {{{ }}} example syntaxAlexander Krotov2017-09-11
* | Muse reader: allow inline markup to be followed by punctuationAlexander Krotov2017-09-11
|/
* Muse reader: parse verbatim tagAlexander Krotov2017-09-11
* Muse reader: trim newlines from <example>sAlexander Krotov2017-09-10
* Updated lhs-test for new skylighting.John MacFarlane2017-09-09
* Muse reader: debug inline code markupAlexander Krotov2017-09-09
* Adjusted some tests for last commit.John MacFarlane2017-09-08
* Write euro symbol directly in LaTeXAndrew Dunning2017-09-08
* LaTeX template: load polyglossia after header-includes.John MacFarlane2017-09-07
* Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane2017-09-07
* Muse reader: Allow finishing header with EOF (#3897)Alexander2017-09-06
* Muse reader: require at least one space char after * in header (#3895)Alexander2017-09-05
* Muse reader: parse <div> tag (#3888)Alexander2017-09-04
* Org writer: stop using raw HTML to wrap divsAlbert Krewinkel2017-09-01
* Muse reader: parse verse markup (#3882)Alexander2017-08-29
* RST reader: handle blank lines correctly in line blocks (#3881)Alexander2017-08-28
* RST reader: Fixed `..include::` directive.John MacFarlane2017-08-27
* LaTeX reader: improved support for \hyperlink, \hypertarget.John MacFarlane2017-08-25
* Muse reader: parse <verse> tag (#3872)Alexander2017-08-25
* LaTeX reader: RN and Rn, from biblatex (#3854)bucklereed2017-08-24
* Muse reader: avoid crashes on multiparagraph inline tags (#3866)Alexander2017-08-22
* Muse reader: do not allow closing tags with EOF (#3863)Alexander2017-08-22
* Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel2017-08-22
* Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel2017-08-22
* Small improvement to #3855 - move lang attribute up.John MacFarlane2017-08-21
* docbook5 template: use lang and subtitle variables (#3855)Jens Getreu2017-08-21
* Muse reader: add definition list support (#3860)Alexander2017-08-21
* Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...John MacFarlane2017-08-20
* LaTeX reader: Set identifiers on Spans used for \label.John MacFarlane2017-08-20
* Markdown reader: use CommonMark rules for list item nesting.John MacFarlane2017-08-19
* Markdown reader: fixed parsing of fenced code after list...John MacFarlane2017-08-18
* LaTeX reader: implement \newtoggle, \iftoggle, \toggletrue|falseJohn MacFarlane2017-08-18
* RST reader/writer: support unknown interpreted text roles...John MacFarlane2017-08-17
* HTML reader: support column alignments.John MacFarlane2017-08-17
* LaTeX reader: use Link instead of Span for `\ref`.John MacFarlane2017-08-16
* LaTeX reader: add Support for `glossaries` and `acronym` package (#3589)schrieveslaach2017-08-16
* Fixed command test #2994 on Windows.John MacFarlane2017-08-16
* Implement multicolumn support for slide formats.John MacFarlane2017-08-14
* Update tests for changes to LaTeX template.John MacFarlane2017-08-14
* Test fixes so we can find data files.John MacFarlane2017-08-14
* Changed command test for #2994 so it actually tests the writer.John MacFarlane2017-08-14
* Fixed command tests to set local path.John MacFarlane2017-08-13
* Put content of \ref, \label commands into span… (#3639)schrieveslaach2017-08-13
* CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane2017-08-13
* Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Docx writer: pass through comments.John MacFarlane2017-08-12
* Escape MetaString values (as added with --metadata flag).John MacFarlane2017-08-12
* LaTeX reader: Fixed space after \figurename etc.John MacFarlane2017-08-12