aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-01hlintAlexander Krotov2-6/+6
2017-10-31Fixed regression in parsing of HTML comments in markdown...John MacFarlane1-2/+3
2017-11-01Merge pull request #4018 from swilde/creole-fixesJohn MacFarlane1-5/+7
2017-10-31Creole reader: fixed some minor typos and formatting.Sascha Wilde1-4/+5
2017-10-31LaTeX reader: handle `%` comment right after command.John MacFarlane1-1/+1
2017-10-31Markdown reader: make sure fenced div closers work in lists.John MacFarlane1-3/+11
2017-10-31Creole reader: fixed lists with trailing white space.Sascha Wilde1-1/+2
2017-10-30LaTeX reader: insert space when needed in macro expansion.John MacFarlane1-1/+8
2017-10-30Allow unbraced arguments for macros.John MacFarlane1-8/+8
2017-10-30Allow body of macro definition to be unbraced.John MacFarlane1-7/+10
2017-10-29Source code reformatting.John MacFarlane9-113/+111
2017-10-29More hlint fixes.John MacFarlane6-58/+54
2017-10-28Fix warning for older GHC versions.John MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane20-288/+267
2017-10-27hlint changes.John MacFarlane6-100/+98
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane26-305/+308
2017-10-27Consistent underline for Readers (#2270)hftf5-9/+14
2017-10-26update years in copyrightKolen Cheung1-2/+2
2017-10-26Creole reader (#3994)Sascha Wilde1-0/+316
2017-10-24HTML reader: close td/th should close any open block tag...John MacFarlane1-0/+2
2017-10-24HTML reader: td should close an open th or td.John MacFarlane1-0/+1
2017-10-24Revert "HTML reader: td or th implicitly closes blocks within last td/th."John MacFarlane1-5/+1
2017-10-24HTML reader: td or th implicitly closes blocks within last td/th.John MacFarlane1-1/+5
2017-10-24Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane1-4/+9