pandoc/test/Tests/Readers
John MacFarlane ae60e0196c Add empty_paragraphs extension.
* Deprecate `--strip-empty-paragraphs` option.  Instead we now
  use an `empty_paragraphs` extension that can be enabled on
  the reader or writer.  By default, disabled.

* Add `Ext_empty_paragraphs` constructor to `Extension`.

* Revert "Docx reader: don't strip out empty paragraphs."
  This reverts commit d6c58eb836.

* Implement `empty_paragraphs` extension in docx reader and writer,
  opendocument writer, html reader and writer.

* Add tests for `empty_paragraphs` extension.
2017-12-04 14:56:57 -08:00
..
Creole.hs Creole reader: additional test on nowiki-block after para. 2017-10-31 22:26:35 +01:00
Docx.hs Add empty_paragraphs extension. 2017-12-04 14:56:57 -08:00
EPUB.hs Class: Removed unnecessary withMedia, improved haddocks. 2017-07-30 07:43:55 -07:00
HTML.hs Automatic reformating by stylish-haskell. 2017-10-27 20:28:29 -07:00
LaTeX.hs Automatic reformating by stylish-haskell. 2017-10-27 20:28:29 -07:00
Markdown.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Muse.hs Muse reader: add underline support in Emacs Muse mode 2017-12-04 15:59:26 +03:00
Odt.hs Automatic reformating by stylish-haskell. 2017-10-27 20:28:29 -07:00
Org.hs Org reader: allow empty list items 2017-11-22 22:53:24 +01:00
RST.hs RST reader: handle blank lines correctly in line blocks (#3881) 2017-08-28 07:48:46 -07:00
Txt2Tags.hs Export all of Text.Pandoc.Class from Text.Pandoc. 2017-10-29 15:00:49 -07:00