diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-06 20:51:51 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-06 20:51:51 -0800 |
commit | 8c48bd8feb97e6c291df2e0ca09f62fb34711d33 (patch) | |
tree | 80821e64776ea6ed605f6134e53a2a93feda3e6c /tests/writer.docbook | |
parent | 300f8528daaa13b6ee6931bbe8bb70eac914b333 (diff) | |
download | pandoc-8c48bd8feb97e6c291df2e0ca09f62fb34711d33.tar.gz |
Don't put the text of an autolink in Code font.
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r-- | tests/writer.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index 0eeaebbfd..54d27f789 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -1323,7 +1323,7 @@ These should not be escaped: \$ \\ \> \[ \{ <title>Autolinks</title> <para> With an ampersand: - <ulink url="http://example.com/?foo=1&bar=2"><literal>http://example.com/?foo=1&bar=2</literal></ulink> + <ulink url="http://example.com/?foo=1&bar=2">http://example.com/?foo=1&bar=2</ulink> </para> <itemizedlist> <listitem> @@ -1333,7 +1333,7 @@ These should not be escaped: \$ \\ \> \[ \{ </listitem> <listitem> <para> - <ulink url="http://example.com/"><literal>http://example.com/</literal></ulink> + <ulink url="http://example.com/">http://example.com/</ulink> </para> </listitem> <listitem> @@ -1348,7 +1348,7 @@ These should not be escaped: \$ \\ \> \[ \{ <blockquote> <para> Blockquoted: - <ulink url="http://example.com/"><literal>http://example.com/</literal></ulink> + <ulink url="http://example.com/">http://example.com/</ulink> </para> </blockquote> <para> |