This is test only from wikijs

\tcode\n\n\tcode\n\n\tcode

Hello World!\n 1 \tGood! 0 This is test\n\n

Head1Head2
Foo1Foo2
Foo3Foo4

| Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | Markdown | Less | Pretty --- | --- | --- Still | renders | nicely 1 | 2 | 3

Table for two

<table> <tr> <th>ID</th><th>Name</th><th>Rank</th> </tr> <tr> <td>1</td><td>Tom Preston-Werner</td><td>Awesome</td> </tr> <tr> <td>2</td><td>Albert Einstein</td><td>Nearly as awesome</td> </tr> </table>