diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-08-01 17:30:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-08-01 17:30:20 -0700 |
commit | b8cb9405c0d5052f2b9b748635abbd598303f2c5 (patch) | |
tree | 03260a78bf4f5f28d41be3a8394692efff22ae0b /default.html | |
parent | b1a3d5fa8ae3b5bba064469ba1f2fec5978570ac (diff) | |
download | pandoc-b8cb9405c0d5052f2b9b748635abbd598303f2c5.tar.gz |
Show math links even in HTML5
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default.html b/default.html index d107f4809..0b1e6cc8a 100644 --- a/default.html +++ b/default.html @@ -35,11 +35,8 @@ $for(css)$ <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> $endfor$ $if(math)$ -$if(html5)$ -$else$ $math$ $endif$ -$endif$ $for(header-includes)$ $header-includes$ $endfor$ |