diff options
author | http://cdombroski.myopenid.com/ <cdombroskiopenid@web> | 2011-06-13 15:47:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-13 15:47:24 +0000 |
commit | 9be66582f0622401a46d661ee2efa9ad51aace7e (patch) | |
tree | 3109642ce1ebde4714f339dc95979f0b10767cb7 /doc/bugs | |
parent | e1823ced8be4bbfee80834c67b40500576cf11ba (diff) | |
download | ikiwiki-9be66582f0622401a46d661ee2efa9ad51aace7e.tar ikiwiki-9be66582f0622401a46d661ee2efa9ad51aace7e.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/External_links_with_Creole.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/External_links_with_Creole.mdwn b/doc/bugs/External_links_with_Creole.mdwn index 3d800b04e..0d743e685 100644 --- a/doc/bugs/External_links_with_Creole.mdwn +++ b/doc/bugs/External_links_with_Creole.mdwn @@ -1,3 +1,5 @@ When using Creole for markup, creating an external link appears to be impossible. Neither \[[Outside URL|http://example.com]] nor <<http://example.com>> nor \[Outside URL]\(http://example.com) work. The first gets rendered as a broken WikiLink, the second get eaten and the last is not parsed in anyway so you end up with that exact text in your page. I'd have made this as a Creole page as a practical demonstration, but that doesn't seem possible here. Here's a page with an example: <https://www.icanttype.org//demo/CreoleExternalLinks> + +Looking at my example it seems that this is now [[done]] at least in 3.20100815.7 (Debian) |