mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 03:36:42 +00:00
Changed highlighting-css because of changes in highlighting-kate.
This is now an entire <style> section, not just its contents.
This commit is contained in:
@@ -26,11 +26,7 @@ $if(html5)$
|
||||
<![endif]-->
|
||||
$endif$
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
$highlighting-css$
|
||||
/*]]>*/
|
||||
</style>
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
|
||||
|
||||
@@ -15,9 +15,7 @@ $endif$
|
||||
<meta name="defaultView" content="slideshow" />
|
||||
<meta name="controlVis" content="hidden" />
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
$highlighting-css$
|
||||
</style>
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="$css$" type="text/css" />
|
||||
|
||||
@@ -14,11 +14,7 @@ $if(date-meta)$
|
||||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
$highlighting-css$
|
||||
/*]]>*/
|
||||
</style>
|
||||
$endif$
|
||||
$if(slidy-css)$
|
||||
<style type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user