mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
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.
This commit is contained in:
+1
-1
Submodule data/templates updated: 06fe6706f1...de2e524e7d
+5
-3
@@ -4,7 +4,9 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="version" content="S5 1.1" />
|
||||
<meta name="author" content="Sam Smith" />
|
||||
<meta name="version" content="S5 1.1" />
|
||||
<meta name="author" content="Jen Jones" />
|
||||
<meta name="date" content="2006-07-15" />
|
||||
<title>My S5 Document</title>
|
||||
@@ -32,9 +34,9 @@
|
||||
</div>
|
||||
<div class="presentation">
|
||||
<div class="titleslide slide">
|
||||
<h1>My S5 Document</h1>
|
||||
<h2>Sam Smith<br/>Jen Jones</h2>
|
||||
<h3>July 15, 2006</h3>
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
<h3 class="author">Sam Smith<br/>Jen Jones</h3>
|
||||
<h4 class="date">July 15, 2006</h4>
|
||||
</div>
|
||||
<div id="first-slide" class="slide section level1">
|
||||
<h1>First slide</h1>
|
||||
|
||||
+5
-3
@@ -4,7 +4,9 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="version" content="S5 1.1" />
|
||||
<meta name="author" content="Sam Smith" />
|
||||
<meta name="version" content="S5 1.1" />
|
||||
<meta name="author" content="Jen Jones" />
|
||||
<meta name="date" content="2006-07-15" />
|
||||
<title>My S5 Document</title>
|
||||
@@ -233,9 +235,9 @@
|
||||
</div>
|
||||
<div class="presentation">
|
||||
<div class="titleslide slide">
|
||||
<h1>My S5 Document</h1>
|
||||
<h2>Sam Smith<br/>Jen Jones</h2>
|
||||
<h3>July 15, 2006</h3>
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
<h3 class="author">Sam Smith<br/>Jen Jones</h3>
|
||||
<h4 class="date">July 15, 2006</h4>
|
||||
</div>
|
||||
<div id="first-slide" class="slide section level1">
|
||||
<h1>First slide</h1>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user