diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-01-21 11:28:35 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-01-21 11:28:35 -0800 |
commit | 26d30d6d38dca9e6c7fd5db812e5646e367ff5aa (patch) | |
tree | a4eb7130f32998899554b652f6d2d833e1d6fe8e /tests | |
parent | af849537819885694cc4487056721480ab21067d (diff) | |
download | pandoc-26d30d6d38dca9e6c7fd5db812e5646e367ff5aa.tar.gz |
Use proportional font for email autolinks with obfuscation.
Closes #714.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.html b/tests/writer.html index ce3d7cae6..b0227e21b 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -533,7 +533,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'Email link'+'<\/'+'a'+'>') <p>An e-mail address: <script type="text/javascript"> <!-- h='nowhere.net';a='@';n='nobody';e=n+a+h; -document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+'a'+'>'); +document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); // --> </script><noscript>nobody at nowhere dot net</noscript></p> <blockquote> |