aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-05 09:36:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-05 09:36:34 -0800
commit64f78b3d5f51fcb61632193525b474cc6b8f3943 (patch)
treefae9b0bba2fa2eb7c876206bc069c3993813d48e /test/writer.html5
parent79a10388daedf959c23dfef108a035d436108657 (diff)
downloadpandoc-64f78b3d5f51fcb61632193525b474cc6b8f3943.tar.gz
HTML-based templates: Add CSS to suppress bullet on unordered task lists.
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html51
1 files changed, 1 insertions, 0 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index 35772350c..431503b03 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -14,6 +14,7 @@
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
+ ul.task-list{list-style: none;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>