summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Docx Reader: preprocess Document body to unwrap "w:sdt" elementsJesse Rosenthal2017-12-27
* LaTeX reader: support `\foreignlanguage` from babel.John MacFarlane2017-12-26
* RST reader: allow empty list items (as docutils does).John MacFarlane2017-12-24
* JATS reader: handle author-notes.John MacFarlane2017-12-23
* JATS reader: code refactoring.John MacFarlane2017-12-23
* JATS reader: include institute metadata.John MacFarlane2017-12-23
* JATS reader: process author metadata.John MacFarlane2017-12-23
* JATS reader: better citation handling.John MacFarlane2017-12-23
* Merge pull request #4189 from mb21/export-blocksToInlinesJohn MacFarlane2017-12-22
|\
| * API change: export blocksToInlines' from Text.Pandoc.Sharedmb212017-12-22
* | `latex_macros` extension changes.John MacFarlane2017-12-22
* | Markdown reader: improved raw tex parsing.John MacFarlane2017-12-22
* | LaTeX reader: use applyMacros in rawLaTeXBlock, rawLaTeXInline.John MacFarlane2017-12-22
* | LaTeX reader: Refactored inlineCommand.John MacFarlane2017-12-22
|/
* Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane2017-12-21
|\
| * Improve support for code language in JATSHamish Mackenzie2017-12-22
| * Add Basic JATS reader based on DocBook readerHamish Mackenzie2017-12-20
* | LaTeX reader: Fixed subtle bug in tokenizer.John MacFarlane2017-12-21
* | Muse reader: parse anchors immediately after headings as IDsAlexander Krotov2017-12-21
* | Org reader: fix asterisks-related parsing errorAlbert Krewinkel2017-12-20
* | Muse reader: require that note references does not start with 0Alexander Krotov2017-12-20
|/
* Muse reader: parse empty comments correctlyAlexander Krotov2017-12-19
* OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane2017-12-17
* LaTeX reader: export tokenize, untokenize.John MacFarlane2017-12-15
* Fixed regression in LateX tokenization.John MacFarlane2017-12-15
* RST reader: more accurate parsing of references.John MacFarlane2017-12-14
* Markdown reader: be pickier about table captions.John MacFarlane2017-12-14
* Docx writer: Continue lists after interruption.Jesse Rosenthal2017-12-13
* Markdown reader: always use four space rule for example lists.John MacFarlane2017-12-13
* Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane2017-12-12
* Pipe tables: use full text width for tables with wrapping cells.John MacFarlane2017-12-12
* LaTeX reader: fix \ before newline.John MacFarlane2017-12-08
* Markdown reader: accept processing instructions as raw HTML.John MacFarlane2017-12-06
* hlint Muse reader and testsAlexander Krotov2017-12-06
* Muse reader: don't allow emphasis to be preceded by letterAlexander Krotov2017-12-06
* Muse reader: support multiline directives in Amusewiki modeAlexander Krotov2017-12-05
* 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
* Docx reader: don't strip out empty paragraphs.John MacFarlane2017-12-02
* Support beamer `\alert` in LaTeX reader. Closes #4091.John MacFarlane2017-11-29
* Muse reader: correctly remove indentation from notesAlexander Krotov2017-11-29
* 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
* Fix comment typo: s/elemnet/element/Alexander Krotov2017-11-25
* Muse reader: don't interpret XML entitiesAlexander Krotov2017-11-25
* Muse reader: remove `nested`Alexander 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