aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:36:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:36:08 -0800
commitc94b970cede1644c71fae2161626d0a1eb13facc (patch)
tree659ac9432061de2d087a0fe3c2b741c91d4b3c06 /test
parent45a46bf900bc7153f981088b65bd2cc90d3537d2 (diff)
downloadpandoc-c94b970cede1644c71fae2161626d0a1eb13facc.tar.gz
Include default CSS for 'underline' class in HTML-based templates.
Diffstat (limited to 'test')
-rw-r--r--test/lhs-test.html1
-rw-r--r--test/lhs-test.html+lhs1
-rw-r--r--test/s5-basic.html1
-rw-r--r--test/s5-fancy.html1
-rw-r--r--test/s5-inserts.html1
-rw-r--r--test/writer.html41
-rw-r--r--test/writer.html51
7 files changed, 7 insertions, 0 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html
index c07c4f533..95fe40e19 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -8,6 +8,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index a2d9bc324..0037cc83c 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -8,6 +8,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
diff --git a/test/s5-basic.html b/test/s5-basic.html
index de4e19f73..f126ad1f4 100644
--- a/test/s5-basic.html
+++ b/test/s5-basic.html
@@ -13,6 +13,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
diff --git a/test/s5-fancy.html b/test/s5-fancy.html
index 57ac6cac9..1befe4052 100644
--- a/test/s5-fancy.html
+++ b/test/s5-fancy.html
@@ -13,6 +13,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
diff --git a/test/s5-inserts.html b/test/s5-inserts.html
index f21365c64..6779e5b76 100644
--- a/test/s5-inserts.html
+++ b/test/s5-inserts.html
@@ -11,6 +11,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
diff --git a/test/writer.html4 b/test/writer.html4
index c002311b3..ef6d8df74 100644
--- a/test/writer.html4
+++ b/test/writer.html4
@@ -11,6 +11,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
diff --git a/test/writer.html5 b/test/writer.html5
index e8e10f995..a2052e9ea 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -11,6 +11,7 @@
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
div.line-block{white-space: pre-line;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>