summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Docx reader: remove MultiWayIfJesse Rosenthal2018-01-02
* Docx reader: Allow for insertion/deletion of paragraphs.Jesse Rosenthal2018-01-02
* Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal2018-01-02
* Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal2018-01-02
* Markdown reader: rewrite inlinesInBalancedBrackets.John MacFarlane2018-01-01
* Docx reader: minor cleanup.Jesse Rosenthal2017-12-31
* Docx Reader: Combine adjacent anchors.Jesse Rosenthal2017-12-31
* Markdown reader: Avoid parsing raw tex unless \ + letter seen.John MacFarlane2017-12-30
* LaTeX reader: Simplified a check for raw tex command.John MacFarlane2017-12-30
* Docx reader: Remove unused anchors.Jesse Rosenthal2017-12-30
* Muse reader: automatically translate #cover into #cover-imageAlexander Krotov2017-12-31
* Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal2017-12-30
* LaTeX reader: be more tolerant of `&` character.John MacFarlane2017-12-28
* Org reader: support minlevel option for includesAlbert Krewinkel2017-12-28
* Fix warning.John MacFarlane2017-12-27
* Small improvement to figcaption parsing. #4184.John MacFarlane2017-12-27
* Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane2017-12-27
|\
| * HTML Reader: be more forgiving about figcaptionmb212017-12-23
* | HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane2017-12-27
* | 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