- Joined
- Jul 24, 2014
- Messages
- 188
- Thread Author
- #1
@Arbiter
It would be nice to have some kind of tables support.
Example tags:
- Initiates/ends a new table.
[trow] [/trow] - Initiates/ends a new row(horiz) in a table.
[tcol] [/tcol] - Initiates/ends a new column(vert) in a table.
This could be easily done by mapping
to <table>, [trow] to <tr> and [tcol] to <td>.
Example usage:
BEFORE:
AFTER:
It would be nice to have some kind of tables support.
Example tags:
[trow] [/trow] - Initiates/ends a new row(horiz) in a table.
[tcol] [/tcol] - Initiates/ends a new column(vert) in a table.
This could be easily done by mapping
Example usage:
BEFORE:

AFTER:
