diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-06-28 07:22:08 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-06-28 07:22:08 -0400 |
commit | 4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4 (patch) | |
tree | effc37c3428e1e47cb2aa2523c890d29d5e08626 /tests/misc/nested-patterns.html | |
parent | 3aad1dd72fa5d56c735688d91c4589531044ba02 (diff) | |
download | markdown-4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4.tar.gz markdown-4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4.tar.bz2 markdown-4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4.zip |
Fixed #106. Replaced all references to freewisdom.org (except for Yuri's homepage).
Diffstat (limited to 'tests/misc/nested-patterns.html')
-rw-r--r-- | tests/misc/nested-patterns.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/misc/nested-patterns.html b/tests/misc/nested-patterns.html index b90d46d..1ac98ee 100644 --- a/tests/misc/nested-patterns.html +++ b/tests/misc/nested-patterns.html @@ -1,7 +1,7 @@ -<p><strong><em><a href="http://www.freewisdom.org">link</a></em></strong> -<strong><em><a href="http://www.freewisdom.org">link</a></em></strong> -<strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> -<strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> -<strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> -<strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> -<a href="http://www.freewisdom.org"><strong><em>link</em></strong></a></p>
\ No newline at end of file +<p><strong><em><a href="http://example.com">link</a></em></strong> +<strong><em><a href="http://example.com">link</a></em></strong> +<strong><a href="http://example.com"><em>link</em></a></strong> +<strong><a href="http://example.com"><em>link</em></a></strong> +<strong><a href="http://example.com"><em>link</em></a></strong> +<strong><a href="http://example.com"><em>link</em></a></strong> +<a href="http://example.com"><strong><em>link</em></strong></a></p>
\ No newline at end of file |