pandoc/test/Tests
Francesco Occhipinti 2661658a69 RST writer: use titleblock instead of title variable for title block
Closes #4803

After this commit use `$titleblock$` in order to get what was contained
in `$title$` before, that is a title and subtitle rendered according to
the official rST method:
http://docutils.sourceforge.net/docs/user/rst/quickstart.html#document-title-subtitle. from

With this commit, the `$title$` and `$subtitle$` metadata are available and they
simply carry the metadata values.  This opens up more possibilities in templates.
2018-08-01 12:32:16 -07:00
..
Readers RST reader: remove support for nested inlines. 2018-07-24 15:35:50 -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