1. Creole table bug
- Posted by mattlewis (admin) Feb 20, 2009
- 786 views
Creole doesn't deal correctly with links inside a table. Both of the links below should simply display 'Wiki', but the link inside the table is not. I suspect that the table is a little too eager in looking for Pipes.
Link | |
---|---|
[[http://openeuphoria.org | Wiki]] |
Matt
2. Re: Creole table bug
- Posted by DerekParnell (admin) Feb 22, 2009
- 816 views
Creole doesn't deal correctly with links inside a table.
The parsing section for tables is very complex already and I'd rather offer a work around at this stage. I've added a new format of specifying links that avoid the pipe character.
[[http://openeuphoria.org "Wiki" ]]
Also note that there already exists an alternative syntax for links ...
[[ Wiki -> http://openeuphoria.org ]]
Jeremy, I've uploaded creole.e to the creole svn and to the forum svn. Can you test it out in the forum server for me, and if ok, make it available for the forum to use.
3. Re: Creole table bug
- Posted by jeremy (admin) Feb 22, 2009
- 771 views
Jeremy, I've uploaded creole.e to the creole svn and to the forum svn. Can you test it out in the forum server for me, and if ok, make it available for the forum to use.
Yes, it'll have to be this afternoon though. I'll let you know when it's online.
Jeremy
4. Re: Creole table bug
- Posted by mattlewis (admin) Feb 22, 2009
- 785 views
The parsing section for tables is very complex already and I'd rather offer a work around at this stage. I've added a new format of specifying links that avoid the pipe character.
[[http://openeuphoria.org "Wiki" ]]
Also note that there already exists an alternative syntax for links ...
I suspected that it was. That will work.
[[ Wiki -> http://openeuphoria.org ]]
Ok, didn't know about that. All my knowledge comes from the "Common Formatting" section below the post area. Is there another place where all the formatting is documented? It would be good to have a link to there from both the post and the wiki.
Matt