From f8dca6ccbc4ce927ee035c3e60729c040b2280a0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 26 Jan 2011 20:44:25 -0800 Subject: Add support for attributes in inline Code. Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final
tag, essential for inline code. --- tests/lhs-test.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/lhs-test.html') diff --git a/tests/lhs-test.html b/tests/lhs-test.html index 2c4bedc00..46ab8f2e4 100644 --- a/tests/lhs-test.html +++ b/tests/lhs-test.html @@ -57,8 +57,7 @@ pre.sourceCode span.er { color: red; font-weight: bold; } >
-- arr (\op (x,y) -> x `op` y)