summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander2017-11-16
* Creole reader: Fix performance issue for longer lists. (#4075)Sascha Wilde2017-11-15
* RST reader: better support for 'container' directive.John MacFarlane2017-11-14
* LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane2017-11-13
* Replace "emacs" extension with "amuse" extensionAlexander Krotov2017-11-13
* Fix comment that confuses haddock.John MacFarlane2017-11-12
* LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane2017-11-12
* LaTeX reader: allow optional args for parbox.John MacFarlane2017-11-12
* Muse reader: accept Emacs Muse definition listsAlexander Krotov2017-11-12
* Fixed YAML metadata with "chomp" (`|-`).John MacFarlane2017-11-11
* MediaWiki reader: hlintAlexander Krotov2017-11-11
* Txt2Tags reader: hlintAlexander Krotov2017-11-10
* Vimwiki reader: hlintAlexander Krotov2017-11-10
* Allow fenced code blocks to be indented 1-3 spaces.John MacFarlane2017-11-09
* HTML reader: hlintAlexander Krotov2017-11-10
* Spellcheck commentsAlexander Krotov2017-11-06
* hlintAlexander Krotov2017-11-02
* Really fix #3989.John MacFarlane2017-11-01
* hlintAlexander Krotov2017-11-01
* Fixed regression in parsing of HTML comments in markdown...John MacFarlane2017-10-31
* Merge pull request #4018 from swilde/creole-fixesJohn MacFarlane2017-11-01
|\
| * Creole reader: fixed some minor typos and formatting.Sascha Wilde2017-10-31
| * Creole reader: fixed lists with trailing white space.Sascha Wilde2017-10-31
* | LaTeX reader: handle `%` comment right after command.John MacFarlane2017-10-31
* | Markdown reader: make sure fenced div closers work in lists.John MacFarlane2017-10-31
|/
* LaTeX reader: insert space when needed in macro expansion.John MacFarlane2017-10-30
* Allow unbraced arguments for macros.John MacFarlane2017-10-30
* Allow body of macro definition to be unbraced.John MacFarlane2017-10-30
* Source code reformatting.John MacFarlane2017-10-29
* More hlint fixes.John MacFarlane2017-10-29
* Fix warning for older GHC versions.John MacFarlane2017-10-28
* hlint suggestions.John MacFarlane2017-10-27
* hlint changes.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* update years in copyrightKolen Cheung2017-10-26
* Creole reader (#3994)Sascha Wilde2017-10-26
* HTML reader: close td/th should close any open block tag...John MacFarlane2017-10-24
* HTML reader: td should close an open th or td.John MacFarlane2017-10-24
* Revert "HTML reader: td or th implicitly closes blocks within last td/th."John MacFarlane2017-10-24
* HTML reader: td or th implicitly closes blocks within last td/th.John MacFarlane2017-10-24
* Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane2017-10-24
* Implemented fenced Divs.John MacFarlane2017-10-23
* HTML reader: `htmlTag` improvements.John MacFarlane2017-10-23
* LaTeX Reader: support \lettrinemb212017-10-22
* LaTeX Reader: use opt function consistentlymb212017-10-22
* LaTeX reader: be more forgiving in parsing command options.John MacFarlane2017-10-19
* LaTeX reader: Strip off quotes in `\include` filenames.John MacFarlane2017-10-19
* LaTeX reader: support `\expandafter`.John MacFarlane2017-10-19
* LaTeX reader: handle `\DeclareRobustCommand`.John MacFarlane2017-10-19