mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 15:05:47 +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$/>
|
||||
|
||||
Reference in New Issue
Block a user