Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
animaux opened this issue Feb 6, 2020 · 5 comments
Open

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

animaux opened this issue Feb 6, 2020 · 5 comments

Comments

@animaux
Copy link

animaux commented Feb 6, 2020

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
Copy link
Author

animaux commented Feb 6, 2020

Markdown Extra (without Smartypants) yields the same problem.

@michael-e
Copy link
Member

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
Copy link
Author

animaux commented Feb 6, 2020

Will do!

@michael-e
Copy link
Member

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
Copy link
Author

animaux commented Feb 6, 2020

Danke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants