Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | Relicense TikiWiki reader as GPL v2 or above, like rest of pandoc. | John MacFarlane | 1 | -1/+1 |
2018-04-28 | FB2 reader: replace some errors with warnings | Alexander Krotov | 1 | -9/+11 |
2018-04-26 | Add FB2 reader (#4539) | Alexander | 1 | -0/+402 |
2018-04-26 | RST reader: fix anonymous redirects with backticks. | John MacFarlane | 1 | -3/+8 |
2018-04-26 | DocBook Reader: Read Latex math as output by asciidoctor (#4569) | Joe Hermaszewski | 1 | -11/+48 |
2018-04-26 | Muse reader: allow nested footnotes | Alexander Krotov | 1 | -1/+1 |
2018-04-26 | Muse reader: use Data.Map.member instead of lookup | Alexander Krotov | 1 | -3/+3 |
2018-04-25 | LaTeX reader: fixed previous commit. | John MacFarlane | 1 | -3/+3 |
2018-04-25 | LaTeX reader: Improve handling of raw LaTeX (for markdown etc.). | John MacFarlane | 1 | -31/+32 |
2018-04-25 | LaTeX reader: support `\MakeUppercase`, `\MakeLowercase'. | John MacFarlane | 1 | -1/+17 |
2018-04-25 | Added licensing headers for DocBook, EPUB, JATS, OPML readers. | John MacFarlane | 4 | -1/+118 |
2018-04-22 | RST reader: allow < 3 spaces indent under directives. | John MacFarlane | 1 | -3/+7 |
2018-04-21 | Markdown reader/writer: spacing adjustments in tables. | John MacFarlane | 1 | -3/+8 |
2018-04-19 | Markdown reader: allow empty attributes. | John MacFarlane | 1 | -0/+2 |
2018-04-19 | EPUB reader: fix images with space in file path. | John MacFarlane | 1 | -2/+2 |
2018-04-19 | Muse reader: allow "-" in anchors | Alexander Krotov | 1 | -1/+1 |
2018-04-18 | Markdown reader: handle table w/o following blank line in fenced div. | John MacFarlane | 1 | -3/+14 |
2018-04-17 | Docx reader: Combine codeBlocks | Jesse Rosenthal | 1 | -0/+4 |
2018-04-16 | Markdown reader: remove "fallback" for doubleQuote parser. | John MacFarlane | 1 | -4/+3 |
2018-04-16 | Muse reader: allow verse to be indented | Alexander Krotov | 1 | -0/+1 |
2018-04-16 | Muse reader code cleanup | Alexander Krotov | 1 | -20/+9 |
2018-04-15 | Muse reader: don't allow footnote references inside links | Alexander Krotov | 1 | -0/+2 |
2018-04-15 | Muse reader: allow URL to be empty | Alexander Krotov | 1 | -1/+1 |
2018-04-15 | Muse reader: require that comment semicolons are in the first column | Alexander Krotov | 1 | -0/+1 |
2018-04-08 | DocBook reader: properly handle title in section element. | John MacFarlane | 1 | -0/+1 |
2018-04-09 | Muse reader: add support for Text:Amuse multiline headings | Alexander Krotov | 1 | -9/+33 |
2018-04-09 | Muse reader: remove redundant brackets | Alexander Krotov | 1 | -1/+1 |
2018-04-08 | Muse reader: replace foldl with foldr | Alexander Krotov | 1 | -7/+7 |
2018-04-08 | Muse reader: move F out of MuseTableElement definition | Alexander Krotov | 1 | -31/+23 |
2018-04-08 | Muse reader: document implementation | Alexander Krotov | 1 | -93/+136 |
2018-04-07 | Muse reader: replace pattern matching with "when" | Alexander Krotov | 1 | -7/+5 |
2018-04-07 | Muse reader: don't return link title from linkText parser | Alexander Krotov | 1 | -6/+6 |
2018-04-07 | Muse reader: add support for <biblio> and <play> tags | Alexander Krotov | 1 | -2/+15 |
2018-04-07 | Muse reader: replace returnF with return . return | Alexander Krotov | 1 | -1/+1 |
2018-04-05 | Changes to tests to accommodate changes in pandoc-types. | John MacFarlane | 2 | -3/+9 |
2018-04-05 | LaTEX reader: properly resolve section numbers with \ref and chapters. | John MacFarlane | 1 | -1/+7 |
2018-04-03 | Muse reader: code cleanup | Alexander Krotov | 1 | -34/+17 |
2018-04-03 | Muse reader: rewrite museOrderedListMarker without "do" | Alexander Krotov | 1 | -10/+9 |
2018-04-03 | Muse reader: refactor parseAnchor | Alexander Krotov | 1 | -3/+1 |
2018-04-03 | Muse reader: rewrite parseDirectiveKey without do | Alexander Krotov | 1 | -3/+1 |
2018-04-02 | LaTeX reader: parse sloppypar environment (#4517) | Marc Schreiber | 1 | -0/+1 |
2018-04-02 | Muse reader: add <math> tag support | Alexander Krotov | 1 | -0/+5 |
2018-04-02 | Muse writer: place header IDs before header | Alexander Krotov | 1 | -2/+2 |
2018-03-30 | Textile reader: fixed tables with no body rows. | John MacFarlane | 1 | -1/+1 |
2018-03-29 | Removed unused extensions (#4506) | Anabra | 7 | -18/+10 |
2018-03-28 | Mediawiki reader: improve table parsing. | John MacFarlane | 1 | -5/+18 |
2018-03-26 | Cleanup Muse reader and writer | Alexander Krotov | 1 | -37/+19 |
2018-03-25 | Muse reader: allow links to have empty descriptions | Alexander Krotov | 1 | -1/+1 |
2018-03-25 | Muse reader: require block <literal> tags to be on separate lines | Alexander Krotov | 1 | -2/+8 |
2018-03-18 | Removed unnecessary import. | John MacFarlane | 1 | -2/+0 |