summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
...
* Muse: move inline list normalization to writerAlexander Krotov2017-11-24
* Org reader: allow empty list itemsAlbert Krewinkel2017-11-22
* Muse reader: allow list items to be emptyAlexander Krotov2017-11-22
* Muse reader: don't allow blockquotes within listsAlexander Krotov2017-11-22
* Muse reader: fix reading of multiline definitionsAlexander Krotov2017-11-22
* Muse reader: concatenate inlines of the same typeAlexander Krotov2017-11-22
* Muse reader: add inline <literal> supportAlexander Krotov2017-11-21
* Muse reader: chop newlines after <literal> and before </literal>Alexander Krotov2017-11-21
* Muse reader: <literal> has "style" attribute, not "format"Alexander Krotov2017-11-21
* Muse reader: count only one space as part of list item markerAlexander Krotov2017-11-19
* Muse reader: produce SoftBreaks on newlinesAlexander Krotov2017-11-19
* HTML reader: ensure we don't produce level 0 headers,John MacFarlane2017-11-18
* Muse reader: Add Text::Amuse footnote extensionsAlexander Krotov2017-11-18
* 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