diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-26 20:44:25 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-26 20:44:25 -0800 |
commit | f8dca6ccbc4ce927ee035c3e60729c040b2280a0 (patch) | |
tree | 8146ceff33aa064450e368ef6cd515d50f278294 /tests/writer.html | |
parent | 703c421c9e8684bb20aa091223ca5e532b6bb867 (diff) | |
download | pandoc-f8dca6ccbc4ce927ee035c3e60729c040b2280a0.tar.gz |
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 <br/> tag,
essential for inline code.
Diffstat (limited to 'tests/writer.html')
-rw-r--r-- | tests/writer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/writer.html b/tests/writer.html index f2c850c81..60f5f4a45 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -1024,7 +1024,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'Email link'+'<\/'+'a'+'>') >Autolinks</h2 ><p >With an ampersand: <a href="http://example.com/?foo=1&bar=2" - ><code + ><code class="url" >http://example.com/?foo=1&bar=2</code ></a ></p @@ -1033,7 +1033,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'Email link'+'<\/'+'a'+'>') >In a list?</li ><li ><a href="http://example.com/" - ><code + ><code class="url" >http://example.com/</code ></a ></li @@ -1054,7 +1054,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+ ><blockquote ><p >Blockquoted: <a href="http://example.com/" - ><code + ><code class="url" >http://example.com/</code ></a ></p |