Hello,

My logs are filling up with this error. I know it is just an "notice" but it would still be nice to have it fixed.

Notice: Undefined offset: 2 in MarkdownExtra_Parser->_doTable_callback() (line 2365 of /var/www/www.evolva.com/www/sites/all/modules/markdown/markdown.php).

Comments

migmedia’s picture

It's a format error in your page-sources. In short: a non-valid table definition.
You created a table with multi colmns, but the header-underline with just one. So markdown throws this error.

If you insert valid table-definitions (as shown http://michelf.com/projects/php-markdown/extra/#Tables ) it works without error.

maybe that helps?

Micha

justin2pin’s picture

Status: Active » Postponed

Marking as postponed. I'll update this issue if the upstream code is changed.

barraponto’s picture

Status: Postponed » Closed (works as designed)

Since there's been no update in almost a year.

siefca’s picture

Status: Closed (works as designed) » Active
frjo’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (fixed)