diff options
author | http://cdombroski.myopenid.com/ <http://cdombroski.myopenid.com/@web> | 2010-03-02 02:19:51 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-02 02:19:51 +0000 |
commit | b3df992552b2a608fd46740252b8fd76bf3c09bb (patch) | |
tree | f99b770086d5170fdaa770324495c628c4d0a36f /doc | |
parent | 159471c92359c2da77bd0025f1718acbe7ff2a0c (diff) | |
download | ikiwiki-b3df992552b2a608fd46740252b8fd76bf3c09bb.tar ikiwiki-b3df992552b2a608fd46740252b8fd76bf3c09bb.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/External_links_with_Creole.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/External_links_with_Creole.mdwn b/doc/bugs/External_links_with_Creole.mdwn new file mode 100644 index 000000000..3d800b04e --- /dev/null +++ b/doc/bugs/External_links_with_Creole.mdwn @@ -0,0 +1,3 @@ +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> |