//Vertical table (default) #table v Name|Score|State Alice|95|Pass Bob|87|Pass #endtable //Horizontal table #table h Name|Score|State Alice|95|Pass Bob|87|Pass #endtable //Both sides table, the space in the first line is optional, it does not //affect, it is for better visual understanding #table b Name|Score Yesterday|Alice|95 Today|Bob|87 #endtable //Undefined mode table (treated as a vertical table) #table Title|Description Item 1|Text below Item 2|More text #endtable