aboutsummaryrefslogtreecommitdiff
path: root/plugin/markdown/example.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-01-22 08:46:14 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-01-22 08:46:14 +0100
commit44548ba357490943cfa6a2e5139863bd4fc4f66a (patch)
tree37ab0deda5f97d1253b272c46c0884a568906f4e /plugin/markdown/example.html
parentf032df8f135040b27cfb77f24d56401543ce2add (diff)
downloadfreenode-live-2017-presentation-44548ba357490943cfa6a2e5139863bd4fc4f66a.tar
freenode-live-2017-presentation-44548ba357490943cfa6a2e5139863bd4fc4f66a.tar.gz
add global flag back in for whitespace removal, without it most of the content in example.html does not work #682
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r--plugin/markdown/example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html
index 364e866..36f6a51 100644
--- a/plugin/markdown/example.html
+++ b/plugin/markdown/example.html
@@ -7,7 +7,7 @@
<title>reveal.js - Markdown Demo</title>
<link rel="stylesheet" href="../../css/reveal.css">
- <link rel="stylesheet" href="../../css/theme/default.css" id="theme">
+ <link rel="stylesheet" href="../../css/theme/white.css" id="theme">
<link rel="stylesheet" href="../../lib/css/zenburn.css">
</head>