diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-25 11:29:42 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-25 11:29:42 -0800 |
commit | 3a8afc119a4c9da8b0f5275013bd60f9d848a37e (patch) | |
tree | a4ab5c5783f9ded1b8c942fffc24f9ad10974cef /tests/lhs-test.html+lhs | |
parent | 31629cb992763940bdfc332e1b256aca570d70cd (diff) | |
download | pandoc-3a8afc119a4c9da8b0f5275013bd60f9d848a37e.tar.gz |
Depend on highlighting-kate 0.5.
This uses styleToCss instead of styleToHtml.
Diffstat (limited to 'tests/lhs-test.html+lhs')
-rw-r--r-- | tests/lhs-test.html+lhs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs index ff0ebfac5..f9f2c68fa 100644 --- a/tests/lhs-test.html+lhs +++ b/tests/lhs-test.html+lhs @@ -5,7 +5,8 @@ <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title></title> -<style type="text/css">table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { + <style type="text/css"> +table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } table.sourceCode { } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } @@ -22,7 +23,7 @@ code > span.ot { color: #007020; } code > span.al { color: #ff0000; font-weight: bold; } code > span.fu { color: #06287e; } code > span.er { color: #ff0000; font-weight: bold; } -</style> + </style> </head> <body> <h1 id="lhs-test">lhs test</h1> |