{"id":17250,"date":"2012-03-06T17:21:25","date_gmt":"2012-03-06T17:21:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-markdown\/"},"modified":"2017-12-27T14:00:44","modified_gmt":"2017-12-27T14:00:44","slug":"wp-markdown","status":"publish","type":"plugin","link":"https:\/\/ceb.wordpress.org\/plugins\/wp-markdown\/","author":8483444,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.6.1","stable_tag":"1.6.1","tested":"","requires":"","requires_php":"","requires_plugins":"","header_name":"WP-Markdown","header_author":"Stephen Harris","header_description":"","assets_banners_color":"d5ecec","last_updated":"2017-12-27 14:00:44","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/stephenharris.info","rating":4.5,"author_block_rating":0,"active_installs":400,"downloads":86377,"num_ratings":28,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1.5":"<p>If you have upgraded to 1.1.4, please upgrade to 1.1.5. This release fixes a bug introduced in 1.1.4 (see http:\/\/wordpress.org\/support\/topic\/plugin-wp-markdown-breaks-oembed-support)<\/p>","1.1":"<ul>\n<li>Added option to enable the Markdown help bar on the back-end post editor. Simply check Markdown help bar for &#039;Post editor&#039; in the settings.<\/li>\n<\/ul>"},"ratings":{"1":1,"2":0,"3":2,"4":7,"5":18},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"515481","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2","1.3","1.4","1.5.1","1.6.0","1.6.1"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1793118","resolution":"5","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1793118","resolution":"4","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1793118","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1793118","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1793118","resolution":"2","location":"plugin"}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1214,1975,4608,18603,7526],"plugin_category":[46],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-17250","plugin","type-plugin","status-publish","hentry","plugin_tags-code","plugin_tags-formatting","plugin_tags-markdown","plugin_tags-prettify","plugin_tags-syntax-highlighter","plugin_category-editor-and-writing","plugin_committers-stephenh1988","plugin_committers-stephenharris"],"banners":{"banner":"https:\/\/ps.w.org\/wp-markdown\/assets\/banner-772x250.png?rev=515481","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-markdown_d5ecec.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-markdown\/trunk\/screenshot-1.png?rev=1793118","caption":""},{"src":"https:\/\/ps.w.org\/wp-markdown\/trunk\/screenshot-2.png?rev=1793118","caption":""},{"src":"https:\/\/ps.w.org\/wp-markdown\/trunk\/screenshot-3.png?rev=1793118","caption":""},{"src":"https:\/\/ps.w.org\/wp-markdown\/trunk\/screenshot-4.png?rev=1793118","caption":""},{"src":"https:\/\/ps.w.org\/wp-markdown\/trunk\/screenshot-5.png?rev=1793118","caption":""}],"raw_content":"<!--section=description-->\n<p>This plugin allows you to write posts (of any post type) using the Markdown syntax. The plugin converts the Markdown into HTML prior to saving the post. When editing a post, the plugin converts it back into Markdown syntax.<\/p>\n\n<p>The plugin also allows you to enable Markdown in <strong>comments<\/strong> and <strong>bbPress forums<\/strong>. In these instances the plugin adds a toolbar, and preview of the processed Markdown with <a href=\"http:\/\/code.google.com\/p\/google-code-prettify\/\">Prettify<\/a> syntax highlighter applied (similiar to that used in the Stack Exchange websites such as <a href=\"http:\/\/wordpress.stackexchange.com\/\">WordPress Stack Exchange<\/a>).<\/p>\n\n<p>WP-Markdown stores the processed HTML, so deactivating the plugin will not affect your posts, comments or bbPress forums.<\/p>\n\n<!--section=installation-->\n<p>Installation is standard and straight forward.<\/p>\n\n<ol>\n<li>Upload <code>wp-markdown<\/code> folder (and all its contents) to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to your Settings &gt; Writing page and enable Markdown for the appropriate post types and comments.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Installation is standard and straight forward.<\/p>\n\n<ol>\n<li>Upload <code>wp-markdown<\/code> folder (and all its contents) to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to your Settings &gt; Writing page and enable Markdown for the appropriate post types and comments.<\/li>\n<\/ol><\/dd>\n<dt>How do I use Markdown syntax?<\/dt>\n<dd><p><strong>For information on how to use Markdown syntax, please read:<\/strong> <a href=\"http:\/\/daringfireball.net\/projects\/markdown\/syntax\">Markdown: syntax<\/a>.<\/p><\/dd>\n<dt>What happens to the post content if I uninstall the plugin?<\/dt>\n<dd><p>The plugin uses Markdown to generate the appropriate HTML prior to the post saving to the database. When you edit a post, it is converted back to Markdown syntax.\nOnce the plugin is uninstalled you'll simply revert to editing the posts' HTML.<\/p><\/dd>\n<dt>How do I embed content?<\/dt>\n<dd><p><strong>A clean install of WordPress allows you to (for example) include a YouTube url on a separate line, whereupon it will automatically embed the video. This is not possible with WP-Markdown installed (*I tried - I broke more things. But if you manage it, feel free to make a pull-request:<\/strong> https:\/\/github.com\/stephenharris\/WP-MarkDown*).<\/p>\n\n<p>You'll need  to use the <code>[embed]<\/code> shortcode.<\/p><\/dd>\n<dt>How do I prevent a bit of the page being parsed as Markdown?<\/dt>\n<dd><p>Enclose it in a <code>div<\/code> tag. It'll be ignored.<\/p><\/dd>\n<dt>How do I allow the contents of a `div` tag to be parsed as Markdown?<\/dt>\n<dd><p>Use <code>&lt;div markdown=\"1\"&gt;<\/code>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h3>1.6.1 - 27th December 2017<\/h3>\n\n<ul>\n<li>Remove test files from final build<\/li>\n<li>Removed readme.txt in favour of readme.md<\/li>\n<\/ul>\n\n<h3>1.6 - 25th December 2017<\/h3>\n\n<ul>\n<li>Fixed PHP7 deprecation notices<\/li>\n<li>Load prettify.js in the footer (See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/pull\/60\/\">#60<\/a> )<\/li>\n<li>Ensure the toolbar javascript runs as late as possible. Fixes conflict with Shortcoder which calls Qtags late on and destroys the markdown toolbar. Fixes <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/pull\/53\/\">#53<\/a>.<\/li>\n<li>Update markdown extra version. Thanks to @lite3. Closes <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/pull\/43\/\">#43<\/a>.<\/li>\n<li>By default balance tags before HTML is converted to markdown. (Adds filter to prevent this behaviour). See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/pull\/47\/\">#47<\/a>.<\/li>\n<\/ul>\n\n<h3>1.5.1<\/h3>\n\n<ul>\n<li>Addresses issues with (since withdrawn) 1.5.0 version.<\/li>\n<\/ul>\n\n<h3>1.5<\/h3>\n\n<ul>\n<li>Handle tables. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/35\">#35<\/a>.<\/li>\n<li>Fix responsive layout issue. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/31\">#31<\/a>.<\/li>\n<li>Use compressed prettify.js.<\/li>\n<li>Fix bug with lists not being escaped.<\/li>\n<li>Fix textdomain. Change to 'wp-markdown'.<\/li>\n<li>Add language file.<\/li>\n<li>Fix incompatability issues with bbPress.<\/li>\n<\/ul>\n\n<h3>1.4<\/h3>\n\n<ul>\n<li>Fix issue with consecutive shortcodes.<\/li>\n<li>Fix editing bbPress topics\/replies on the front-end corrupts Markdown. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/25\">#25<\/a>.<\/li>\n<\/ul>\n\n<h3>1.3<\/h3>\n\n<ul>\n<li>Apply kses and balance tags after MD-&gt;HTML conversion. See<a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/23\">#23<\/a>.<\/li>\n<li>Compress scripts and minify icon sprite. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/7\">#7<\/a>.<\/li>\n<li>Add 'more' tag to Markdown editor.<\/li>\n<li>Add support for iframes. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/22\">#22<\/a>.<\/li>\n<li>Fix bug with underscores in shortcodes.<\/li>\n<li>Add support for tbody, tfoot and thead tags.<\/li>\n<li>Refactoring including renaming of plugin style and script handles.<\/li>\n<\/ul>\n\n<h3>1.2<\/h3>\n\n<ul>\n<li>Fix problems with images nested inside links. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/12\">#12<\/a>.<\/li>\n<li>Ensure prettify is loaded, if needed, on home page. See <a href=\"https:\/\/github.com\/stephenharris\/WP-MarkDown\/issues\/6\">#6<\/a>.<\/li>\n<li>Update Markdownify.<\/li>\n<li>Update Prettify.<\/li>\n<\/ul>\n\n<h3>1.1.6<\/h3>\n\n<ul>\n<li>Remove the wpautop\/unwpautop functions. If using oEmbed, use embed shortcodes.<\/li>\n<li>Add public wrapper functions.<\/li>\n<li>Remove bbPress front-end TinyMCE editor if using Markdown.<\/li>\n<\/ul>\n\n<h3>1.1.5<\/h3>\n\n<ul>\n<li>Fix bug introduced in 1.1.4 where line breaks are stripped (affects code blocks).<\/li>\n<\/ul>\n\n<h3>1.1.4<\/h3>\n\n<ul>\n<li>Fix bug where oEmbed would not work. Thanks to Michael &amp; Vinicius.<\/li>\n<li>Add a filter for Markdown 'help' text: <code>wpmarkdown_help_text<\/code>.<\/li>\n<li>Support for Markdown Extra (currently not supported in pagedown previewer).<\/li>\n<\/ul>\n\n<h3>1.1.3<\/h3>\n\n<ul>\n<li>Stable with WordPress 3.4.<\/li>\n<li>Fix bug relating title attributes for links and images.<\/li>\n<\/ul>\n\n<h3>1.1.2<\/h3>\n\n<ul>\n<li>Fix bug relating to comments by logged out users.<\/li>\n<\/ul>\n\n<h3>1.1.1<\/h3>\n\n<ul>\n<li>Fix backslash bug.<\/li>\n<\/ul>\n\n<h3>1.1<\/h3>\n\n<ul>\n<li>Add option to replace TinyMCE with Markdown help bar on post editor.<\/li>\n<\/ul>\n\n<h3>1.0<\/h3>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Allows Markdown to be enabled in posts, comments and bbPress forums.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17250","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=17250"}],"author":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/stephenh1988"}],"wp:attachment":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17250"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17250"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17250"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17250"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17250"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}