TreeView controls
We may add something like:
{T
+America
++Canada
++USA
+++New York
++Mexico
+Europe
++Italy
++Germany
+++Berlin
+Africa
}
Where "T" mean Tree
What do you think about it ?
Links
Do you want some working HTTP links (as for SVG generation), or just a way to display links?
In that case, you could use:
@startsalt
{
This is a link to <u>http://www.google.com</u>.
}
@endsalt
Horizontal Rules
What about the following syntax:
@startsalt
{
Some text
---
Other text
}
@endsalt
Where --- would be replaced by the horizontal line ?