diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-25 11:16:36 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-25 11:16:36 -0800 |
commit | dc936548c2b07617a799611b0968b503614be9f3 (patch) | |
tree | 2a050056f7067ae464689ec74e232caaacd494a2 /default.slidy | |
parent | 83f2fdd9e27935430ef9146a337599f78ba3e3d6 (diff) | |
download | pandoc-dc936548c2b07617a799611b0968b503614be9f3.tar.gz |
Added style tags around highlighting-css.
This is needed because of change from h-k 0.4 to 0.5.
Diffstat (limited to 'default.slidy')
-rw-r--r-- | default.slidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.slidy b/default.slidy index 4d8d38a90..86ccfd28d 100644 --- a/default.slidy +++ b/default.slidy @@ -14,7 +14,9 @@ $if(date-meta)$ $endif$ <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> $if(highlighting-css)$ + <style type="text/css"> $highlighting-css$ + </style> $endif$ <link rel="stylesheet" type="text/css" media="screen, projection, print" href="$slidy-url$/styles/slidy.css" /> |