aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/creole
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-12 13:15:23 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-12 13:15:23 -0500
commit9e786e7b2424b493bce092497fd648f4e96f7e14 (patch)
tree6b9fa0a55bae468b774a8487668bb59c1b259df5 /doc/plugins/creole
parent46819b530bca5a3adf00278500a34363a94c1fb2 (diff)
downloadikiwiki-9e786e7b2424b493bce092497fd648f4e96f7e14.tar
ikiwiki-9e786e7b2424b493bce092497fd648f4e96f7e14.tar.gz
update deps and bundles
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 9d58fffbf..38ee2bd78 100644
--- a/doc/plugins/creole/discussion.mdwn
+++ b/doc/plugins/creole/discussion.mdwn
@@ -10,4 +10,6 @@ I've installed Text::WikiCreole 0.05 and enabled the plugin, but I get an error
>> Currently the creole plugin is included in ikiwiki but the ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl. Why? --[[weakish]]
+>>> forgot, done now --[[Joey]]
+
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]]