aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-12-08LaTeX reader: fix \ before newline.John MacFarlane1-3/+14
2017-12-06Markdown reader: accept processing instructions as raw HTML.John MacFarlane1-2/+3
2017-12-06hlint Muse reader and testsAlexander Krotov1-4/+4
2017-12-06Muse reader: don't allow emphasis to be preceded by letterAlexander Krotov1-2/+12
2017-12-05Muse reader: support multiline directives in Amusewiki modeAlexander Krotov1-4/+24
2017-12-04Markdown reader: Don't parse native div as table caption.John MacFarlane1-1/+1
2017-12-04Add `empty_paragraphs` extension.John MacFarlane2-5/+13
2017-12-04Muse reader: add underline support in Emacs Muse modeAlexander Krotov1-1/+7
2017-12-02Docx reader: don't strip out empty paragraphs.John MacFarlane1-3/+1
2017-11-29Support beamer `\alert` in LaTeX reader. Closes #4091.John MacFarlane1-0/+1
2017-11-29Muse reader: correctly remove indentation from notesAlexander Krotov1-2/+2
2017-11-27Muse reader: parse "~~" as non-breaking space in Emacs modeAlexander Krotov1-0/+7
2017-11-27Muse reader: make code blocks round tripAlexander Krotov1-8/+16
2017-11-26Muse reader: drop common space prefix from list itemsAlexander Krotov1-11/+17
2017-11-25Fix comment typo: s/elemnet/element/Alexander Krotov1-1/+1
2017-11-25Muse reader: don't interpret XML entitiesAlexander Krotov1-6/+5
2017-11-25Muse reader: remove `nested`Alexander Krotov1-11/+2
2017-11-24Muse reader: parse markup in definition list termsAlexander Krotov1-2/+4
2017-11-24Muse reader: allow definition to end with EOFAlexander Krotov1-1/+1
2017-11-24Muse: move inline list normalization to writerAlexander Krotov1-18/+4
2017-11-22Org reader: allow empty list itemsAlbert Krewinkel2-45/+42
2017-11-22Muse reader: allow list items to be emptyAlexander Krotov1-2/+2
2017-11-22Muse reader: don't allow blockquotes within listsAlexander Krotov1-1/+2
2017-11-22Muse reader: fix reading of multiline definitionsAlexander Krotov1-2/+2
2017-11-22Muse reader: concatenate inlines of the same typeAlexander Krotov1-4/+18
2017-11-21Muse reader: add inline <literal> supportAlexander Krotov1-0/+11
2017-11-21Muse reader: chop newlines after <literal> and before </literal>Alexander Krotov1-9/+13
2017-11-21Muse reader: <literal> has "style" attribute, not "format"Alexander Krotov1-1/+2
2017-11-19Muse reader: count only one space as part of list item markerAlexander Krotov1-2/+2
2017-11-19Muse reader: produce SoftBreaks on newlinesAlexander Krotov1-18/+28
2017-11-18HTML reader: ensure we don't produce level 0 headers,John MacFarlane1-5/+5
2017-11-18Muse reader: Add Text::Amuse footnote extensionsAlexander Krotov1-6/+29
2017-11-16Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander1-13/+9
2017-11-15Creole reader: Fix performance issue for longer lists. (#4075)Sascha Wilde1-1/+1
2017-11-14RST reader: better support for 'container' directive.John MacFarlane1-1/+3
2017-11-13LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane1-2/+2
2017-11-13Replace "emacs" extension with "amuse" extensionAlexander Krotov1-1/+1
2017-11-12Fix comment that confuses haddock.John MacFarlane1-1/+1
2017-11-12LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane1-3/+13
2017-11-12LaTeX reader: allow optional args for parbox.John MacFarlane1-1/+1
2017-11-12Muse reader: accept Emacs Muse definition listsAlexander Krotov1-1/+2
2017-11-11Fixed YAML metadata with "chomp" (`|-`).John MacFarlane1-2/+2
2017-11-11MediaWiki reader: hlintAlexander Krotov1-13/+13
2017-11-10Txt2Tags reader: hlintAlexander Krotov1-27/+25
2017-11-10Vimwiki reader: hlintAlexander Krotov1-17/+17
2017-11-09Allow fenced code blocks to be indented 1-3 spaces.John MacFarlane1-2/+6
2017-11-10HTML reader: hlintAlexander Krotov1-31/+30
2017-11-06Spellcheck commentsAlexander Krotov2-6/+6
2017-11-02hlintAlexander Krotov6-27/+24
2017-11-01Really fix #3989.John MacFarlane1-5/+12