symphonycms / markdown

Markdown Text Formatter for Symphony CMS
http://symphonyextensions.com/extensions/markdown/
Other
7 stars 12 forks source link

»Markdown Extra (With SmartyPants)« and PHP 7.4.2 #16

Open animaux opened 4 years ago

animaux commented 4 years ago

When using the Markdown Extra (With SmartyPants) text formatter and PHP 7.4.2 I get a 503 response from the server when trying to save an entry.

However, I was not able to reproduce the error on a local envirenment using PHP 7.4.1.

animaux commented 4 years ago

Markdown Extra (without Smartypants) yields the same problem.

michael-e commented 4 years ago

This extension uses a rather old version of PHP Markdown: 1.2.8 — the current version is 1.9.0.

If you only need Markdown, you might try my minimalistic alternative: https://github.com/michael-e/php_markdown

animaux commented 4 years ago

Will do!

michael-e commented 4 years ago

I should mention that it doesn't even do Smarty Pants, because this is a separate project. For more information see https://github.com/michelf/php-markdown (README text).

animaux commented 4 years ago

Danke!