summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-02Docx reader: remove MultiWayIfJesse Rosenthal
2018-01-02Docx reader: Allow for insertion/deletion of paragraphs.Jesse Rosenthal
2018-01-02Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal
2018-01-02Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal
2018-01-01Markdown reader: rewrite inlinesInBalancedBrackets.John MacFarlane
2017-12-31Docx reader: minor cleanup.Jesse Rosenthal
2017-12-31Docx Reader: Combine adjacent anchors.Jesse Rosenthal
2017-12-30Markdown reader: Avoid parsing raw tex unless \ + letter seen.John MacFarlane
2017-12-30LaTeX reader: Simplified a check for raw tex command.John MacFarlane
2017-12-30Docx reader: Remove unused anchors.Jesse Rosenthal
2017-12-31Muse reader: automatically translate #cover into #cover-imageAlexander Krotov
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal
2017-12-28LaTeX reader: be more tolerant of `&` character.John MacFarlane
2017-12-28Org reader: support minlevel option for includesAlbert Krewinkel
2017-12-27Fix warning.John MacFarlane
2017-12-27Small improvement to figcaption parsing. #4184.John MacFarlane
2017-12-27Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane
2017-12-27Docx Reader: preprocess Document body to unwrap "w:sdt" elementsJesse Rosenthal
2017-12-26LaTeX reader: support `\foreignlanguage` from babel.John MacFarlane
2017-12-24RST reader: allow empty list items (as docutils does).John MacFarlane
2017-12-23JATS reader: handle author-notes.John MacFarlane
2017-12-23JATS reader: code refactoring.John MacFarlane
2017-12-23JATS reader: include institute metadata.John MacFarlane
2017-12-23JATS reader: process author metadata.John MacFarlane
2017-12-23JATS reader: better citation handling.John MacFarlane
2017-12-23HTML Reader: be more forgiving about figcaptionmb21
2017-12-22Merge pull request #4189 from mb21/export-blocksToInlinesJohn MacFarlane
2017-12-22`latex_macros` extension changes.John MacFarlane
2017-12-22Markdown reader: improved raw tex parsing.John MacFarlane
2017-12-22LaTeX reader: use applyMacros in rawLaTeXBlock, rawLaTeXInline.John MacFarlane
2017-12-22LaTeX reader: Refactored inlineCommand.John MacFarlane
2017-12-22API change: export blocksToInlines' from Text.Pandoc.Sharedmb21
2017-12-21Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane
2017-12-22Improve support for code language in JATSHamish Mackenzie
2017-12-21LaTeX reader: Fixed subtle bug in tokenizer.John MacFarlane
2017-12-21Muse reader: parse anchors immediately after headings as IDsAlexander Krotov
2017-12-20Org reader: fix asterisks-related parsing errorAlbert Krewinkel
2017-12-20Muse reader: require that note references does not start with 0Alexander Krotov
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie
2017-12-19Muse reader: parse empty comments correctlyAlexander Krotov
2017-12-17OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane
2017-12-15LaTeX reader: export tokenize, untokenize.John MacFarlane
2017-12-15Fixed regression in LateX tokenization.John MacFarlane
2017-12-14RST reader: more accurate parsing of references.John MacFarlane
2017-12-14Markdown reader: be pickier about table captions.John MacFarlane
2017-12-13Docx writer: Continue lists after interruption.Jesse Rosenthal
2017-12-13Markdown reader: always use four space rule for example lists.John MacFarlane
2017-12-12Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane