Reputation: 749
I've installed and set up XAMPP
(v. 5.6.30-1) and Wordpress
(v. 4.8) for some tests and I want to write posts in markdown.
I found this official support document, stating that markdown support can simply be enabled in the settings, but this option is not available for me (see screenshot below).
Then I tried to install the JP Markdown plugin, which kind of works, but only partially.
Most of the markdown works, but for example headings do not work.
My question is: Why don't I have the options as officially stated by wordpress, to enable markdown?
And how do I enable a proper markdown editor for wordpress posts?
Upvotes: 1
Views: 815
Reputation: 2599
I think you may try this WordPress Markdown Plugin
Source code: https://github.com/terrylinooo/githuber-md
DEMO:
Upvotes: 0
Reputation: 138
I’ve tested most of the markdown plugins out there, including jetpack, discarded them either because they are old and unsupported or because they … how to put it without using odd words? … don’t suit my needs or are an overkill. That was polite enough. You get the idea.
I found this one, easy markdown, almost by accident and loved it.
It’s intended to be used without the visual editor (actually the author tells you to deactivate it), but if you are going to use markdown, you don’t need it. It has to be installed manually, but it’s worth it, and explained on its github page.
I liked it so much that I even contributed to the github project by making the tab insertion feature more robust.
Upvotes: 0
Reputation: 353
The documentation you found was for wordpress.com
You want the Jetpack plugin. It should provide the features you want.
Upvotes: 1