Table cells and non-alphanumeric characters
By Timothy J Massey 2 decades ago
The following markup will not correctly parse:
|= Either/ Or |= Yes + No |= Why * Why Not
| Open ( | Middle # | Close )
The parser will stop at the non-alpha characters: / + * etc. and generate broken HTML.
I obviously did not exhaustively test every last non-alpha character, but the half-dozen or so characters I tried (listed above) all caused the parser to stop parsing the table and ignore the rest of the line.