Closed (fixed)
Project:
Markdown
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2011 at 04:21 UTC
Updated:
24 Nov 2015 at 07:32 UTC
Jump to comment: Most recent
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
Comment #1
migmedia commentedIt'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
Comment #2
justin2pin commentedMarking as postponed. I'll update this issue if the upstream code is changed.
Comment #3
barrapontoSince there's been no update in almost a year.
Comment #4
siefca commentedGitHub: Fix for issue 72.
Comment #5
frjo commented