Περιγραφή
Got a bug report or want to contribute? Please do so on the GitHub issue tracker or submit a pull request.
Parsedown is an efficient, modern PHP implementation of the Markdown syntax originally developed by John Gruber. This plugin runs your posts and comments through the Parsedown Extra version, which has additional features that are part of the Markdown Extra extension by Michel Fortin.
Michel wrote the original Markdown plugin for WordPress, and this aims to be a 100% compatible drop-in replacement for that. Michel’s original plugin is no longer supported as of February 1, 2014.
So why Parsedown? It’s faster, more consistent and is being actively developed.
Development of this WordPress plugin takes place over on GitHub. If you have any support requests, I do monitor the support forums on here, or you can contact me directly.
Εγκατάσταση
- Upload the
parsedown-wp
folder to thewp-content/plugins/
directory - Activate the plugin through the Plugins menu in the WordPress admin
That’s it. All your posts and comments are now being processed by Parsedown.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Parsedown for WordPress” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Parsedown for WordPress” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.3
- Fixed comment text not showing up in admin (issue #2)
0.2
Fixed unintended behavior of converting HTML special characters. WordPress does this automatically, and converting makes curly quotes not work.
0.1
Initial release.