aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/creole
diff options
context:
space:
mode:
authorhttp://schmonz.livejournal.com/ <http://schmonz.livejournal.com/@web>2008-08-04 22:17:50 -0400
committerJoey Hess <joey@kitenet.net>2008-08-04 22:17:50 -0400
commite1204075eefaf0255fca9f415df6df6ba6537ded (patch)
tree1527b0bf27245b33cd0ea6a4dbca8fcd33c0c9dc /doc/plugins/creole
parente6d8d76d7151f45e0ee17c7d4fa17f1324b6c1aa (diff)
downloadikiwiki-e1204075eefaf0255fca9f415df6df6ba6537ded.tar
ikiwiki-e1204075eefaf0255fca9f415df6df6ba6537ded.tar.gz
creole hyperlink trouble
Diffstat (limited to 'doc/plugins/creole')
-rw-r--r--doc/plugins/creole/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/creole/discussion.mdwn b/doc/plugins/creole/discussion.mdwn
index 8161d769b..36b7ba869 100644
--- a/doc/plugins/creole/discussion.mdwn
+++ b/doc/plugins/creole/discussion.mdwn
@@ -7,3 +7,5 @@ I've installed Text::WikiCreole 0.05 and enabled the plugin, but I get an error
> --[[Joey]]
>> I've added the patch to pkgsrc as well. Thanks. --[[schmonz]]
+
+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]]