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/markdown-reader-more.native | |
| parent | 300f8528daaa13b6ee6931bbe8bb70eac914b333 (diff) | |
Don't put the text of an autolink in Code font.
Diffstat (limited to 'tests/markdown-reader-more.native')
| -rw-r--r-- | tests/markdown-reader-more.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/markdown-reader-more.native b/tests/markdown-reader-more.native index a07542075..f574b652f 100644 --- a/tests/markdown-reader-more.native +++ b/tests/markdown-reader-more.native @@ -31,7 +31,7 @@ ,Header 2 [Str "Multilingual",Space,Str "URLs"] ,Para [RawInline "html" "<http://\27979.com?\27979=\27979>"] ,Para [Link [Str "foo"] ("/bar/\27979?x=\27979","title")] -,Para [Link [Code ("",["url"],[]) "\27979@foo.\27979.baz"] ("mailto:\27979@foo.\27979.baz","")] +,Para [Link [Str "\27979@foo.\27979.baz"] ("mailto:\27979@foo.\27979.baz","")] ,Header 2 [Str "Numbered",Space,Str "examples"] ,OrderedList (1,Example,TwoParens) [[Plain [Str "First",Space,Str "example."]] |
