addSection(); $html = '
Some well-formed HTML snippet needs to be used
'; $html .= 'With for example some1 inline formatting1
'; $html .= 'A link to Read the docs
'; $html .= 'היי, זה פסקה מימין לשמאל
'; $html .= 'Unordered (bulleted) list:
'; $html .= 'Ordered (numbered) list:
'; $html .= 'List 1 item 1
A second list, numbering should restart
List with formatted content:
'; $html .= 'A table with formatting:
'; $html .= '| header a | header b | header c |
|---|---|---|
| 1 | 2 | |
| This is bold text | 6 | |
Table inside another table:
'; $html .= '
| ||
| Cell in parent table |