diff options
author | Thiana <Thiana@web> | 2010-03-01 21:17:09 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-01 21:17:09 +0000 |
commit | 837b04759c0895d6341a6a51fc05be1c3e5ef2ca (patch) | |
tree | dcffc1d6741978760c6437609a233c4e140377fb /doc | |
parent | 7495d30a6ab00d09ea142cfdc599c8abfb64340e (diff) | |
download | ikiwiki-837b04759c0895d6341a6a51fc05be1c3e5ef2ca.tar ikiwiki-837b04759c0895d6341a6a51fc05be1c3e5ef2ca.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/creole/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/creole/discussion.mdwn b/doc/plugins/creole/discussion.mdwn index 38ee2bd78..eab41349a 100644 --- a/doc/plugins/creole/discussion.mdwn +++ b/doc/plugins/creole/discussion.mdwn @@ -12,4 +12,9 @@ I've installed Text::WikiCreole 0.05 and enabled the plugin, but I get an error >>> forgot, done now --[[Joey]] +--- +## External Links + I'm moving over a really stinkingly old UseMod and creole seems the nearest match. I've worked out that Bare /Subpage links need to become \[\[Subpage\]\], and Top/Sub links need to be \[\[Top/Sub\]\] (or \[\[Top/Sub|Top/Sub\]\], to display in exactly the same way), but I'm stuck on generic hyperlinks. The creole cheat sheet says I should be able to do \[\[http://url.path/foo|LinkText\]\], but that comes out as a link to create the "linktext" page, and Markdown-style \[Link Text\](http://url.path/foo) just gets rendered as is. Any suggestions? --[[schmonz]] + +> Was this problem ever solved? -- Thiana |