aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2017-12-21LaTeX reader: Fixed subtle bug in tokenizer.John MacFarlane1-2/+3
2017-12-21Muse reader: parse anchors immediately after headings as IDsAlexander Krotov1-5/+9
2017-12-20Org reader: fix asterisks-related parsing errorAlbert Krewinkel1-1/+1
2017-12-20Muse reader: require that note references does not start with 0Alexander Krotov1-1/+3
2017-12-19Muse reader: parse empty comments correctlyAlexander Krotov1-2/+1
2017-12-17OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane1-9/+14
2017-12-15LaTeX reader: export tokenize, untokenize.John MacFarlane1-1/+3
2017-12-15Fixed regression in LateX tokenization.John MacFarlane1-2/+2
2017-12-14RST reader: more accurate parsing of references.John MacFarlane1-36/+24
2017-12-14Markdown reader: be pickier about table captions.John MacFarlane1-1/+1
2017-12-13Docx writer: Continue lists after interruption.Jesse Rosenthal1-15/+22
2017-12-13Markdown reader: always use four space rule for example lists.John MacFarlane1-9/+16
2017-12-12Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane1-1/+1
2017-12-12Pipe tables: use full text width for tables with wrapping cells.John MacFarlane1-2/+2
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