pandoc/test/Tests/Readers
Albert Krewinkel 3a7663281a
Org reader: update emphasis border chars
The org reader was updated to match current org-mode behavior: the set
of characters which are acceptable to occur as the first or last
character in an org emphasis have been changed and now allows all
non-whitespace chars at the inner border of emphasized text (see
`org-emphasis-regexp-components`).

Fixes: #3933
2017-09-25 09:31:29 +02:00
..
Docx.hs Docx reader: Add tests for avoiding zero-level header. 2017-08-06 19:36:25 -07:00
EPUB.hs Class: Removed unnecessary withMedia, improved haddocks. 2017-07-30 07:43:55 -07:00
HTML.hs HTML reader: parse <main> like <div role=main>. (#3791) 2017-08-09 09:10:12 -07:00
LaTeX.hs LaTeX reader: RN and Rn, from biblatex (#3854) 2017-08-24 09:45:58 -07:00
Markdown.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Muse.hs Merge pull request #3911 from labdsf/muse-reader-braces 2017-09-11 14:01:05 -07:00
Odt.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Org.hs Org reader: update emphasis border chars 2017-09-25 09:31:29 +02:00
RST.hs RST reader: handle blank lines correctly in line blocks (#3881) 2017-08-28 07:48:46 -07:00
Txt2Tags.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00