diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-11-21 04:40:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-11-21 04:40:59 +0000 |
commit | 39f6af5de4f4059239fbeda4095d8f92b98912d3 (patch) | |
tree | 346e64bf4ec4e35e797f231e40fe2da53e374e92 /tests/lhs-test.html+lhs | |
parent | 9d20eeb019a6c5208342bfc3f03ae47c9aa83483 (diff) | |
download | pandoc-39f6af5de4f4059239fbeda4095d8f92b98912d3.tar.gz |
Modified html+lhs output to use 'haskell' highlighter.
The bird tracks are added in the highlighting module.
This makes sense, because the kate's haskell highlighter
is much better than the literateHaskell highlighter.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1620 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/lhs-test.html+lhs')
-rw-r--r-- | tests/lhs-test.html+lhs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs index d57ffc652..2c6cc2aa7 100644 --- a/tests/lhs-test.html+lhs +++ b/tests/lhs-test.html+lhs @@ -36,28 +36,28 @@ pre.sourceCode span.Error { color: red; font-weight: bold; } ><code >unsplit</code > is an arrow that takes a pair of values and combines them to return a single value:</p - ><pre class="sourceCode literatehaskell" + ><pre class="sourceCode haskell" ><code - ><span class="Char Special" - >></span + ><span class="Special" + >> </span ><span class="Function FunctionDefinition" - > unsplit ::</span + >unsplit ::</span ><span class="Normal NormalText" > (Arrow a) => (b -> c -> d) -> a (b, c) d</span ><br - /><span class="Char Special" - >></span + /><span class="Special" + >> </span ><span class="Normal NormalText" - > unsplit = arr . </span + >unsplit = arr . </span ><span class="Function" >uncurry</span ><span class="Normal NormalText" > </span ><br - /><span class="Char Special" - >></span + /><span class="Special" + >> </span ><span class="Normal NormalText" - > </span + > </span ><span class="Comment" >-- arr (\op (x,y) -> x `op` y) </span ><br |