diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-11 11:47:53 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-11 11:48:25 -0800 |
commit | 4594c7eeaee4e82237d4c52f011441143ad321d8 (patch) | |
tree | 62c7353e6a7330e7a4f571862be1a9488d6768d0 | |
parent | 633da96f9870c781b9bdf913881a4eac4a0fa3a2 (diff) | |
download | pandoc-4594c7eeaee4e82237d4c52f011441143ad321d8.tar.gz |
Added style tags around highlighting css in html5 template.
-rw-r--r-- | default.html5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.html5 b/default.html5 index e39502c28..47a3fc934 100644 --- a/default.html5 +++ b/default.html5 @@ -14,7 +14,9 @@ $endif$ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> $if(highlighting-css)$ + <style type="text/css"> $highlighting-css$ + </style> $endif$ $for(css)$ <link rel="stylesheet" href="$css$"> |