New text rendering code has been implemented, please post to the bugs forum if things aren't rendering properly.
This fixes several issues:
- 'quote' tag nesting. quotes now nest properly.
- 'code' tag. now ready for keyword colouring (though not yet implented)
- 'link' tag naming. you can now use
[[link]]http://url[[/link]] to create a simple link (this will be called 'link') or
[[link name='display name']]http://url[[/link]] for a link called 'display name'.
Note that the link naming method was chosen for compatibility with existing links, so don't complain about the oddness. If there's a problem with the default 'link' name that can be changed. |