pandoc/test/Tests
Alexander Krotov 3480a8acc2 Muse reader: paragraph indentation does not indicate nested quote
Muse allows indentation to indicate quotation or alignment,
but only on the top level, not within a <quote> or list.

This patch also simplifies the code by removing museInQuote
and museInList fields from the state structure.
Headers and indented paragraphs are attempted to be parsed
only at the topmost level, instead of aborting parsing with guards.
2018-02-12 04:57:56 +03:00
..
Readers Muse reader: paragraph indentation does not indicate nested quote 2018-02-12 04:57:56 +03:00
Writers Muse writer: write image width specified in percent in Text::Amuse mode 2018-02-03 18:36:38 +03:00
Command.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Helpers.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Lua.hs data/pandoc.lua: add attr, listAttributes accessors 2018-01-13 23:24:13 +01:00
Old.hs Added tests for custom writer. 2017-12-27 09:15:45 -08:00
Shared.hs hlint code improvements. 2018-01-19 21:25:24 -08:00