creole hyperlink trouble

master
http://schmonz.livejournal.com/ 2008-08-04 22:17:50 -04:00 committed by Joey Hess
parent e6d8d76d71
commit e1204075ee
1 changed files with 2 additions and 0 deletions

View File

@ -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]]