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/s5-basic.html | 8 +++++--- tests/s5-fancy.html | 8 +++++--- tests/writer.asciidoc | 5 ++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/s5-basic.html b/tests/s5-basic.html index ac153d0f1..6fb57e4aa 100644 --- a/tests/s5-basic.html +++ b/tests/s5-basic.html @@ -4,7 +4,9 @@ + + My S5 Document @@ -32,9 +34,9 @@
-

My S5 Document

-

Sam Smith
Jen Jones

-

July 15, 2006

+

My S5 Document

+

Sam Smith
Jen Jones

+

July 15, 2006

First slide

diff --git a/tests/s5-fancy.html b/tests/s5-fancy.html index 818cca04a..3a2a602be 100644 --- a/tests/s5-fancy.html +++ b/tests/s5-fancy.html @@ -4,7 +4,9 @@ + + My S5 Document @@ -233,9 +235,9 @@
-

My S5 Document

-

Sam Smith
Jen Jones

-

July 15, 2006

+

My S5 Document

+

Sam Smith
Jen Jones

+

July 15, 2006

First slide

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