summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Muse reader: embed parseBlocks into parseMuseAlexander Krotov2018-01-21
* Muse reader: make listItem genericAlexander Krotov2018-01-21
* Markdown reader: Fix parsing bug with nested fenced divs.John MacFarlane2018-01-20
* Muse reader: simplify paragraph parsingAlexander Krotov2018-01-21
* RST reader: fix parsing of headers with trailing space.John MacFarlane2018-01-20
* Docx reader: Use already imported operatorJesse Rosenthal2018-01-20
* Docx reader: small change to Fields hyperlink parserJesse Rosenthal2018-01-20
* hlint code improvements.John MacFarlane2018-01-19
* Muse reader: fix parsing of nested definition listsAlexander Krotov2018-01-20
* LaTeX reader: fixed parsing of tabular* environment.John MacFarlane2018-01-19
* Muse reader: remove duplicate variable in definitionListItemAlexander Krotov2018-01-19
* Muse reader: require only one space for nested definition list indentationAlexander Krotov2018-01-19
* Muse reader: parse verse without parseFromStringAlexander Krotov2018-01-19
* Muse reader: remove commented out codeAlexander Krotov2018-01-19
* Muse reader: parse Emacs Muse directives without parseFromStringAlexander Krotov2018-01-19
* Muse reader: parse link text without parseFromStringAlexander Krotov2018-01-19
* Muse reader: simplify tableParseCaptionAlexander Krotov2018-01-19
* Muse reader: parse definition list terms without parseFromStringAlexander Krotov2018-01-19
* Muse reader: do not remove trailing whitespace from <code>Alexander Krotov2018-01-19
* Muse reader: fix parsing of code at the beginning of paragraphAlexander Krotov2018-01-18
* Muse reader: refactor definition list parsingAlexander Krotov2018-01-18
* Muse reader: parse "~~" as non-breaking space in Text::Amuse modeAlexander Krotov2018-01-18
* Muse reader: refactor list parsingAlexander Krotov2018-01-18
* Muse reader: code cleanupAlexander Krotov2018-01-18
* Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane2018-01-17
* Docx reader: Parse hyperlinks in instrText tagsJesse Rosenthal2018-01-16
* Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal2018-01-16
* Docx reader: Parse fldChar tagsJesse Rosenthal2018-01-16
* HTML reader: Fix col width parsing for percentages < 10% (#4262)n3fariox2018-01-15
* RST reader: add aligned environment when needed in math.John MacFarlane2018-01-14
* Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane2018-01-14
* LaTeX reader: Advance source position at end of stream.John MacFarlane2018-01-14
* LaTeX reader: pass through macro defs in rawLaTeXBlock...John MacFarlane2018-01-13
* LaTeX reader: fixed pos calculation in tokenizing escaped space.John MacFarlane2018-01-13
* LaTeX reader: allow macro definitions inside macros.John MacFarlane2018-01-13
* RST reader: better handling for headers with an anchor.John MacFarlane2018-01-10
* 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