pandoc/test/Tests
John MacFarlane 581a3514ca RST reader: improve parsing of inline interpreted text roles.
* Use a Span with class "title-reference" for the default
  title-reference role.
* Use B.text to split up contents into Spaces, SoftBreaks, and Strs
  for title-reference.
* Use Code with class "interpreted-text" instead of Span and Str for
  unknown roles.  (The RST writer has also been modified to round-trip
  this properly.)
* Disallow blank lines in interpreted text.
* Backslash-escape now works in interpreted text.
* Backticks followed by alphanumerics no longer end interpreted text.

Closes #4811.
2018-08-05 09:56:43 -07:00
..
Readers RST reader: improve parsing of inline interpreted text roles. 2018-08-05 09:56:43 -07:00
Writers RST writer: use titleblock instead of title variable for title block 2018-08-01 12:32:16 -07:00
Command.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Helpers.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Lua.hs Lua Utils module: add function blocks_to_inlines (#4799) 2018-07-30 10:55:25 -07:00
Old.hs Removed deprecated ancient HTML math methods. 2018-04-25 17:18:56 -07:00
Shared.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00