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

Just a quick announcement to say I've update the Markdown editor plugin! It uses the latest "PageDown" version for the client-side editor, and I switched to a different PHP Markdown parser (cebe/markdown) which is much faster and uses better PHP code. Requires PHP 5.4.

It's also possible to extend it yourself if you so wanted by adding functions to the MyMarkdown.php class (see the cebe/markdown repo for details on how extending works)

Markdown Editor v2.5 available here

Answer below if you find any problems.

by
Good job! Do parsedown and cebe/markdown use similar syntax/flavour?

Right now I'm using PHP Parsedown Extra (extremely fast)
And showdown.JS clientside. Of course they parse differently.
by
does Markdown editor now support images uploading?
by
@donshakespeare they should be similar but there may be edge cases. The cebe one follows the CommonMark spec better so if there are differences, cebe is more likely to be doing the "correct" thing.

@Mayuresh no not yet, that's on the list to do when I get around to it!
by
It will be better if this plugin is added for creating pages.
by
@proThoughts you mean creating new Questions or creating Custom Pages in Admin? Wait till July 4th, my new editor will do both.
by
@donshakespeare, thanks! released your plugin?
by
I got blown up by fireworks here atop them mountains. Will be down to a desk soon. :)

1 Answer

0 votes
by
Just a quick note: v2.5.1 was released recently with URLs now being auto-linked.
by
Do you added the image support?
...