Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
399 views
in Plugins by

Hello,

For the website named OBSD4a.net, we use-it Q&A and Markdown Editor. (french community)

We have this error PHP:

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Markdown_Parser has a deprecated constructor

As wrote in PHP documentation: it's an oldier PHP 4 style constructor. It need to change ... perhaps by using __construt() method ;)

1 Answer

0 votes
by
I finally got around to updating the Markdown editor plugin. In fact I switched to a new Markdown parser entirely which is closer to modern PHP standards, and should be closer to the CommonMark spec.
...