The interaction of HTML tables and the Javascript appears to be broken. Here's the stat block for a PrC I'm typing up:
1 | +0 | +2 | +0 | +2 |
2 | +0 | +3 | +0 | +3 |
3 | +1 | +3 | +1 | +3 |
4 | +1 | +4 | +1 | +4 |
5 | +2 | +4 | +1 | +4 |
6 | +2 | +5 | +2 | +5 |
7 | +3 | +5 | +2 | +5 |
8 | +4 | +6 | +2 | +6 |
9 | +4 | +6 | +3 | +6 |
10 | +5 | +7 | +3 | +7 |
The problem is that the Javascript compiler (? not sure what to call it, really) is inserting a between each line of the table, which then dumps above the table proper.
Another (much lesser) problem: the Javascript code is converting < to < and > to > in the text of the post upon preview. This means that if you preview again, a <br> converts to a and then to a
which isn't so good.
Worse, this happens regardless of whether HTML has been allowed in the post -- and worse still, that latter bit isn't stable (i.e. if you preview something with HTML disallowed, it will become allowed again).
In a similar vein, "[code]" doesn't trump , which it probably should.