diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-03-20 21:33:23 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-03-20 21:33:23 -0400 |
commit | 834d1a8afe8236d60a994c649e453a650e7594a9 (patch) | |
tree | f4782cd1b1fb71aa7501283212e00efe6a437b24 /tests | |
parent | a5669823d377ca252a84e28a329c30758995f3da (diff) | |
download | markdown-834d1a8afe8236d60a994c649e453a650e7594a9.tar.gz markdown-834d1a8afe8236d60a994c649e453a650e7594a9.tar.bz2 markdown-834d1a8afe8236d60a994c649e453a650e7594a9.zip |
Fixed a few bugs in wikilinks url cleaning. And for those who don't like the default, added a config which accepts a callable to replace the default. Updated tests and docs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions-x-wikilinks/wikilinks.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/extensions-x-wikilinks/wikilinks.txt b/tests/extensions-x-wikilinks/wikilinks.txt index 46d1279..8e6911b 100644 --- a/tests/extensions-x-wikilinks/wikilinks.txt +++ b/tests/extensions-x-wikilinks/wikilinks.txt @@ -2,6 +2,10 @@ Some text with a [[WikiLink]]. A link with [[ white space and_underscores ]] and a empty [[ ]] one. +Another with [[double spaces]] and [[double__underscores]] and +one that [[has _emphasis_ inside]] and one [[with_multiple_underscores]] +and one that is _[[emphasised]]_. + And a <a href="http://example.com/RealLink">RealLink</a>. <http://example.com/And_A_AutoLink> |