
Actually, the only thing that's really missing is another option to close an open block. (The - sign maybe?)
With that, we'd be able to generate tables, etc.
Code: Select all
call :xml table
call :xml row
call :xml td "Row 1 column 1"
...
call :xml row -
call :xml table -