pandoc/test/Tests/Readers
John MacFarlane 530bfe5f5a Docx reader: fix list number resumption for sublists. Closes #4324.
The first list item of a sublist should not resume numbering
from the number of the last sublist item of the same level,
if that sublist was a sublist of a different list item.

That is, we should not get:

```
1. one
   1. sub one
   2. sub two
2. two
   3. sub one
```
2019-11-03 12:54:42 -08:00
..
Org Org reader: fix parsing of empty comment lines 2019-10-27 23:00:30 +01:00
Creole.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Docx.hs Docx reader: fix list number resumption for sublists. Closes #4324. 2019-11-03 12:54:42 -08:00
DokuWiki.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
EPUB.hs add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
FB2.hs Revert "FB2 reader test: better diagnostics on failure." 2019-09-15 10:27:19 -07:00
HTML.hs Add Reader support for HTML <samp> element (#5843) 2019-10-23 08:44:24 -07:00
JATS.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
LaTeX.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Man.hs Roff readers: better parsing of groups. 2019-09-04 09:24:42 -07:00
Markdown.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Muse.hs Muse reader: do not allow closing asterisks to be followed by "*" 2019-10-15 16:36:05 +03:00
Odt.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Org.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
RST.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Txt2Tags.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00