general output
- line = word* # add separting space if necessary
fun | output | |
---|---|---|
out | w* nl | words separated by space and nl |
outW | w* | words separated by space without any nl |
outA | w* | append text, neither separating space nor nl |
outNL | nl w* | nl before words separated by space |
outEC | (w '=' w ', ')* | words in the format key=value, ... |
outH | H2 w* /H2 | all words of a header |
outOL | OL w* | Ordered List begin and possibly first words of first item |
outLi | Li w* | new list item (closes previous) and possibly first words |
outOLEnd | (Li w+ )? /OL | possibly last item. end Ordered List |
outUL | UL w* | Unordered List begin and possibly first words of first item |
outULEnd | (Li w+ )? /UL | possibly last item. end Unordered List |
outTb | Tb (TR TD w+)? | table begin and possibly first words of first datacell |
outTCF | column format: r=rightAligned, !=TH | |
outTR | TR (TD w+)? | TableRow (closes open TR) and possibly first words of first datacell |
outTRD | TR (TD w)* | TableRow (closes open TR) and datacells |
outTRH | TR (TH w)* | TableRow (closes open TR) and headerCells |
outTD | TD w* | dataCell (closes open cell) and possibly first words |
outTDD | (TD w)* | several dataCells (closes open cell) |
outTH | TH w* | headerCell (closes open cell) and possibly first words |
outTHH | (TH w)* | several headerCells (closes open cell) |
und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1 und weiter1
und weiter2
- outTD
- outTH
- outTR(word*)