The following statement ::[[http://developers.sun/test TEST]] generates wrong markup - see example below:
- Example:
[Uffe]
I must admit to finding this markup difficult to code round, which is why I added a new way to indent. The problem lies in the ':' needed for url. This confuses the definition list looking for :<text>:<text>.
The better way to achieve what you want is to indent using the '->' markup..
>[[http://developers.sun/test TEST]]
->[[http://developers.sun/test TEST]]
-->[[http://developers.sun/test TEST]]
--->[[http://developers.sun/test TEST]]
TEST
---
ok thanks - that works for me :-)
[Uffe]