From 4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 28 Jun 2012 07:22:08 -0400 Subject: Fixed #106. Replaced all references to freewisdom.org (except for Yuri's homepage). --- tests/misc/em-around-links.html | 10 +++++----- tests/misc/em-around-links.txt | 10 +++++----- tests/misc/nested-patterns.html | 14 +++++++------- tests/misc/nested-patterns.txt | 14 +++++++------- 4 files changed, 24 insertions(+), 24 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/em-around-links.html b/tests/misc/em-around-links.html index fafac28..22e2aba 100644 --- a/tests/misc/em-around-links.html +++ b/tests/misc/em-around-links.html @@ -1,13 +1,13 @@

Title

-

Python in Markdown by some +

Python in Markdown by some great folks - This does work as expected.

\ No newline at end of file diff --git a/tests/misc/em-around-links.txt b/tests/misc/em-around-links.txt index 5b15be4..77dccdb 100644 --- a/tests/misc/em-around-links.txt +++ b/tests/misc/em-around-links.txt @@ -1,14 +1,14 @@ # Title - - *[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some + - *[Python in Markdown](http://packages.python.org/Markdown/) by some great folks* - This *does* work as expected. - - _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some + - _[Python in Markdown](http://packages.python.org/Markdown/) by some great folks_ - This *does* work as expected. - - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) by some + - [_Python in Markdown_](http://packages.python.org/Markdown/) by some great folks - This *does* work as expected. - - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) _by some + - [_Python in Markdown_](http://packages.python.org/Markdown/) _by some great folks_ - This *does* work as expected. -_[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some +_[Python in Markdown](http://packages.python.org/Markdown/) by some great folks_ - This *does* work as expected. 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 @@ -

link -link -link -link -link -link -link

\ No newline at end of file +

link +link +link +link +link +link +link

\ No newline at end of file diff --git a/tests/misc/nested-patterns.txt b/tests/misc/nested-patterns.txt index 3f5dc3e..c651b86 100644 --- a/tests/misc/nested-patterns.txt +++ b/tests/misc/nested-patterns.txt @@ -1,7 +1,7 @@ -___[link](http://www.freewisdom.org)___ -***[link](http://www.freewisdom.org)*** -**[*link*](http://www.freewisdom.org)** -__[_link_](http://www.freewisdom.org)__ -__[*link*](http://www.freewisdom.org)__ -**[_link_](http://www.freewisdom.org)** -[***link***](http://www.freewisdom.org) +___[link](http://example.com)___ +***[link](http://example.com)*** +**[*link*](http://example.com)** +__[_link_](http://example.com)__ +__[*link*](http://example.com)__ +**[_link_](http://example.com)** +[***link***](http://example.com) -- cgit v1.2.3