Table rows:
{| |- |You parse and parse and parse and read and read and you have no idea whether this is a table cell or a style property for the cell, until you hit either a | or a ||. Oops, it was just a style property, better go back and parse it again. |}
That's kind of evil. For big table rows, that could get very expensive to parse.
Steve