Comment 1 by Jamie Lennox, May 28, 2012
Is apparently a problem with newer PHP 5.3 and the provided version of MarkDown. Fixed for me by getting the newer markdown extra from http://michelf.com/projects/php-markdown/ to replace src/Pluf/Text/MarkDown.php then re-add the missing function: function Pluf_Text_MarkDown_parse($text) { return Markdown($text); }
Comment 3 by Thomas Keller, Jun 5, 2012
Thanks for the pointer, fixed in rev 8b4b7ef.
Status:
Fixed
Owner: tommyd
Owner: tommyd
Sign in to reply to this comment.
Reported by filipe, May 22, 2012