diff options
author | http://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web> | 2010-03-01 21:23:00 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-01 21:23:00 +0000 |
commit | 159471c92359c2da77bd0025f1718acbe7ff2a0c (patch) | |
tree | ed18c79f9d2ee1d94805e47a0946da844651dad0 /doc/plugins/creole | |
parent | 837b04759c0895d6341a6a51fc05be1c3e5ef2ca (diff) | |
download | ikiwiki-159471c92359c2da77bd0025f1718acbe7ff2a0c.tar ikiwiki-159471c92359c2da77bd0025f1718acbe7ff2a0c.tar.gz |
response
Diffstat (limited to 'doc/plugins/creole')
-rw-r--r-- | doc/plugins/creole/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/creole/discussion.mdwn b/doc/plugins/creole/discussion.mdwn index eab41349a..7f47c2c97 100644 --- a/doc/plugins/creole/discussion.mdwn +++ b/doc/plugins/creole/discussion.mdwn @@ -18,3 +18,5 @@ I've installed Text::WikiCreole 0.05 and enabled the plugin, but I get an error 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 + +>> Not by me. If I were looking at the problem now, with fresh eyes, I'd probably bite the bullet and just convert everything to Markdown. --[[schmonz]] |