Skip to content

Mediawiki parser crashes on unquoted table attribute values #2355

Closed
lmichelbacher opened this Issue · 0 comments

1 participant

@lmichelbacher

Unquoted attribute values in table headers throw off the parser:

pandoc:
Error at "source" (line 835, column 42):
unexpected "2"
expecting "\""
{| cellpadding=“3” cellspacing=“0" width=250 align="right" rules="all" style="margin: 1em; background: #ffffff; border: 2px solid #aaa; font-size: 100%;"
                                         ^

Some work has been done to make table parsing more robust but this one is still an issue.

@jgm jgm closed this in 467e3be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.