Warning: call_user_func(Markdownify::flushStacked_ul)
Status: Beta
Brought to you by:
milianw
Using markdownify to generate markdown for many HTML records in my database. Ran into this warning on one of the records:
Warning: call_user_func(Markdownify::flushStacked_ul): First argument is expected to be a valid callback in .../markdownify.php on line 392
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Here is some sample HTML that caused this error:
<P>Download the presentation by Dr. David F. McQueeney, VP & CTO, US Federal at IBM Corporation </P>
<P>What every CIO needs to know about future technology and IT impact:</P>
<UL>
<LI>Starting with the foundation -- purposeful innovation and the trends driving change
<LI>How is real value created -- linking technology to business and mission impact
<LI>Putting it all together -- governing interdependencies and evolving toward business/mission modeling
<LI>Breaking down the top 10 into four broad categories:
<UL>
<LI>Creating the horsepower -- hardware technology update
<LI>The software stack -- SOA and IT Infrastructure
<LI>Data and information management
<LI>The emerging Web 2.0 environment</LI></UL></LI></UL>
<P mce_keep="true"> </P>
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
just so you know: I don't maintain this project anymore since I have no personal use for it anymore. feel free to hack on it and improve it. I can also give you commit access if you like.