diff --git a/data/templates/styles.html b/data/templates/styles.html index e17c2eeb4..34cd4de89 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -3,6 +3,7 @@ span.smallcaps{font-variant: small-caps;} 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;} $if(quotes)$ q { quotes: "“" "”" "‘" "’"; } $endif$ diff --git a/test/lhs-test.html b/test/lhs-test.html index 914fdec4c..8153a4be1 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -11,6 +11,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;} pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index 04ecc6e94..0ada9fac8 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -11,6 +11,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;} pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } diff --git a/test/s5-basic.html b/test/s5-basic.html index c0f7d320d..f168ce9c8 100644 --- a/test/s5-basic.html +++ b/test/s5-basic.html @@ -16,6 +16,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;} diff --git a/test/s5-fancy.html b/test/s5-fancy.html index d353dd54b..7f5350b51 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -16,6 +16,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;} diff --git a/test/s5-inserts.html b/test/s5-inserts.html index ba9677356..2574715d3 100644 --- a/test/s5-inserts.html +++ b/test/s5-inserts.html @@ -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;} STUFF INSERTED diff --git a/test/writer.html4 b/test/writer.html4 index fdfb56f15..80106bd56 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -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;} 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;}