Age | Commit message (Expand) | Author | Files | Lines |
2017-12-22 | API change: export blocksToInlines' from Text.Pandoc.Shared | mb21 | 2 | -3/+3 |
2017-12-21 | Merge pull request #4177 from stencila/jats-xml-reader | John MacFarlane | 1 | -0/+404 |
2017-12-22 | Improve support for code language in JATS | Hamish Mackenzie | 1 | -2/+19 |
2017-12-21 | LaTeX reader: Fixed subtle bug in tokenizer. | John MacFarlane | 1 | -2/+3 |
2017-12-21 | Muse reader: parse anchors immediately after headings as IDs | Alexander Krotov | 1 | -5/+9 |
2017-12-20 | Org reader: fix asterisks-related parsing error | Albert Krewinkel | 1 | -1/+1 |
2017-12-20 | Muse reader: require that note references does not start with 0 | Alexander Krotov | 1 | -1/+3 |
2017-12-20 | Add Basic JATS reader based on DocBook reader | Hamish Mackenzie | 1 | -0/+387 |
2017-12-19 | Muse reader: parse empty comments correctly | Alexander Krotov | 1 | -2/+1 |
2017-12-17 | OPML reader: enable raw HTML and other extensions by default for notes. | John MacFarlane | 1 | -9/+14 |
2017-12-15 | LaTeX reader: export tokenize, untokenize. | John MacFarlane | 1 | -1/+3 |
2017-12-15 | Fixed regression in LateX tokenization. | John MacFarlane | 1 | -2/+2 |
2017-12-14 | RST reader: more accurate parsing of references. | John MacFarlane | 1 | -36/+24 |
2017-12-14 | Markdown reader: be pickier about table captions. | John MacFarlane | 1 | -1/+1 |
2017-12-13 | Docx writer: Continue lists after interruption. | Jesse Rosenthal | 1 | -15/+22 |
2017-12-13 | Markdown reader: always use four space rule for example lists. | John MacFarlane | 1 | -9/+16 |
2017-12-12 | Markdown: Improved computation of relative cell widths in pipe tables. | John MacFarlane | 1 | -1/+1 |
2017-12-12 | Pipe tables: use full text width for tables with wrapping cells. | John MacFarlane | 1 | -2/+2 |
2017-12-08 | LaTeX reader: fix \ before newline. | John MacFarlane | 1 | -3/+14 |
2017-12-06 | Markdown reader: accept processing instructions as raw HTML. | John MacFarlane | 1 | -2/+3 |
2017-12-06 | hlint Muse reader and tests | Alexander Krotov | 1 | -4/+4 |
2017-12-06 | Muse reader: don't allow emphasis to be preceded by letter | Alexander Krotov | 1 | -2/+12 |
2017-12-05 | Muse reader: support multiline directives in Amusewiki mode | Alexander Krotov | 1 | -4/+24 |
2017-12-04 | Markdown reader: Don't parse native div as table caption. | John MacFarlane | 1 | -1/+1 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 2 | -5/+13 |
2017-12-04 | Muse reader: add underline support in Emacs Muse mode | Alexander Krotov | 1 | -1/+7 |
2017-12-02 | Docx reader: don't strip out empty paragraphs. | John MacFarlane | 1 | -3/+1 |
2017-11-29 | Support beamer `\alert` in LaTeX reader. Closes #4091. | John MacFarlane | 1 | -0/+1 |
2017-11-29 | Muse reader: correctly remove indentation from notes | Alexander Krotov | 1 | -2/+2 |
2017-11-27 | Muse reader: parse "~~" as non-breaking space in Emacs mode | Alexander Krotov | 1 | -0/+7 |
2017-11-27 | Muse reader: make code blocks round trip | Alexander Krotov | 1 | -8/+16 |
2017-11-26 | Muse reader: drop common space prefix from list items | Alexander Krotov | 1 | -11/+17 |
2017-11-25 | Fix comment typo: s/elemnet/element/ | Alexander Krotov | 1 | -1/+1 |
2017-11-25 | Muse reader: don't interpret XML entities | Alexander Krotov | 1 | -6/+5 |
2017-11-25 | Muse reader: remove `nested` | Alexander Krotov | 1 | -11/+2 |
2017-11-24 | Muse reader: parse markup in definition list terms | Alexander Krotov | 1 | -2/+4 |
2017-11-24 | Muse reader: allow definition to end with EOF | Alexander Krotov | 1 | -1/+1 |
2017-11-24 | Muse: move inline list normalization to writer | Alexander Krotov | 1 | -18/+4 |
2017-11-22 | Org reader: allow empty list items | Albert Krewinkel | 2 | -45/+42 |
2017-11-22 | Muse reader: allow list items to be empty | Alexander Krotov | 1 | -2/+2 |
2017-11-22 | Muse reader: don't allow blockquotes within lists | Alexander Krotov | 1 | -1/+2 |
2017-11-22 | Muse reader: fix reading of multiline definitions | Alexander Krotov | 1 | -2/+2 |
2017-11-22 | Muse reader: concatenate inlines of the same type | Alexander Krotov | 1 | -4/+18 |
2017-11-21 | Muse reader: add inline <literal> support | Alexander Krotov | 1 | -0/+11 |
2017-11-21 | Muse reader: chop newlines after <literal> and before </literal> | Alexander Krotov | 1 | -9/+13 |
2017-11-21 | Muse reader: <literal> has "style" attribute, not "format" | Alexander Krotov | 1 | -1/+2 |
2017-11-19 | Muse reader: count only one space as part of list item marker | Alexander Krotov | 1 | -2/+2 |
2017-11-19 | Muse reader: produce SoftBreaks on newlines | Alexander Krotov | 1 | -18/+28 |
2017-11-18 | HTML reader: ensure we don't produce level 0 headers, | John MacFarlane | 1 | -5/+5 |
2017-11-18 | Muse reader: Add Text::Amuse footnote extensions | Alexander Krotov | 1 | -6/+29 |