From 7d4f1740479bdf7be444c0f5807447508065ad31 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Oct 2015 12:19:04 -0700 Subject: Template improvements (Andrew Dunning). - Added `keywords` to HTML templates and fixed alignment. - Updated dzslides template from source. - Added `lang`, `dir`, `quotes` to HTML templates; always make author and date display conditional. - Fixed `author` and `date` in asciidoc; added `keywords`, `abstract`. - Updated tests. --- tests/writer.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/writer.asciidoc') diff --git a/tests/writer.asciidoc b/tests/writer.asciidoc index aebc529f0..83869df39 100644 --- a/tests/writer.asciidoc +++ b/tests/writer.asciidoc @@ -1,8 +1,7 @@ Pandoc Test Suite ================= -:author: John MacFarlane -:author: Anonymous -:date: July 17, 2006 +John MacFarlane; Anonymous +July 17, 2006 This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite. -- cgit v1.2.3