• Table cells and non-alphanumeric characters

    By Timothy J Massey 1 decade 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.

    • Never mind: Duplicate

      By Timothy J Massey 1 decade ago

      Sorry: I missed the previous entry that covered this.