Re: Anchors in eudoc/creole tables
- Posted by DerekParnell (admin) Mar 25, 2014
- 1118 views
_tom said...
The syntax
@[ anchorname | bettername ]
does not work within a table because the '|' glyph is used to make tables.
So, maybe D. Parnell will provide us with the option to write
@[ anchorname <- bettername ]
(or something like it).
When I got home last night I looked into the source code and I'm sure I can improve the parsing of the 'anchor' tag so it can be used inside tables. The way I do it now is quite lazy, I'm ashamed to say.
Also, the way to link to an anchor is by using the this tag ... [[:anchorname]] or [[:anchorname | alternatetext ]]