The wiki syntax was a very nice addition!
I have a few suggestions:
Provide escape character for "," on table text (I want to be able to write "," inside tables)
Row separators on tables, configurable in text.
Example:
<pre><code>
1st row - 1st column, 1st row - 2nd column
---,---
2nd row - 1st column, 2nd row - 2nd column
,---
3rd row - 1st column, 3rd row - 2nd column
</code></pre>
Would generate a table with row separators on full width extension between the 1st and 2nd rows, and another row separator ONLY between the 2nd and 3rd rows 2nd column.
If you're interested I can make a screen showing what I would like.
It's similar to a "rowspan" property, or merging Excel cells.
Don't know if this is clear enough.
Thanks for the great software.