ttlogo.jpg Minimal WebSite
Home
Minimal Website
HTML from plain text
boldface
headings
lists
tables
links
hidden instructions
Layout
Creating a new website
User interface
Search engine optimization
Advanced features
Donation ware
  Download   Donate   Impressum

Tables

Here are a couple of examples of tables which are recognized and translated:


1. "Perfect" table with header, not indented
First  Second  Third 
2. "Perfect" table without header, not indented
First  Second  Third 
3. "Perfect", indented table
First  Second  Third 

4. Indented table with empty fields
 Type   Range of values   Default value (*) 
 bool   true/false (resp. 1/0)   false (resp. 0) 
 char   0-255   '\0' 
 int   -32768 - +32767   0 
 unsigned int   0 - 65565   0 
 double   -1.7E+308 - +1.7E+308 (15 digits)   0.0 
 str     "" 
 node     node::npos 
 vector     empty 
 map     empty 
 cursor     -- 
 function table     empty 

 to the top