{"id":357587,"date":"2026-08-28T20:45:48","date_gmt":"2026-08-28T20:45:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/markdown-to-block-editor-importer\/"},"modified":"2026-08-28T20:45:12","modified_gmt":"2026-08-28T20:45:12","slug":"biznova-markdown-file-importer","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/biznova-markdown-file-importer\/","author":23368367,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.1","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Biznova Markdown File Importer for Block Editor","header_author":"BizNova","header_description":"Upload a Markdown file and turn it into a block-editor post or page. Headings, lists, quotes, code, images and links become native blocks.","assets_banners_color":"5869a8","last_updated":"2026-08-28 20:45:12","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/biznova-markdown-file-importer\/","header_author_uri":"https:\/\/biznova.tech","rating":0,"author_block_rating":0,"active_installs":0,"downloads":51,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"biznova009","date":"2026-08-28 20:45:12","revision":3670912}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3670912,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3670912,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3670912,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3670912,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3670912,"resolution":"1","location":"assets","locale":"","width":1200,"height":900},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3670912,"resolution":"2","location":"assets","locale":"","width":1200,"height":900}},"screenshots":[]},"plugin_section":[],"plugin_tags":[148857,4121,5520,6606,4608],"plugin_category":[59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-357587","plugin","type-plugin","status-publish","hentry","plugin_tags-block-editor","plugin_tags-blocks","plugin_tags-converter","plugin_tags-importer","plugin_tags-markdown","plugin_category-utilities-and-tools","plugin_committers-biznova009"],"banners":{"banner":"https:\/\/ps.w.org\/biznova-markdown-file-importer\/assets\/banner-772x250.png?rev=3670912","banner_2x":"https:\/\/ps.w.org\/biznova-markdown-file-importer\/assets\/banner-1544x500.png?rev=3670912","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/biznova-markdown-file-importer\/assets\/icon-128x128.png?rev=3670912","icon_2x":"https:\/\/ps.w.org\/biznova-markdown-file-importer\/assets\/icon-256x256.png?rev=3670912","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/biznova-markdown-file-importer\/assets\/screenshot-1.png?rev=3670912","caption":""},{"src":"https:\/\/ps.w.org\/biznova-markdown-file-importer\/assets\/screenshot-2.png?rev=3670912","caption":""}],"raw_content":"<!--section=description-->\n<p>Markdown to Block Editor Importer lets you turn a Markdown document into a WordPress post or page in a single click. Headings, paragraphs, lists, blockquotes, fenced code, horizontal rules, images, and links are mapped to native blocks so the result opens cleanly in the block editor.<\/p>\n\n<p>This plugin does <strong>not<\/strong> add a top-level menu item. After activating, find it under:<\/p>\n\n<ul>\n<li><strong>Tools \u2192 Markdown Importer<\/strong> \u2014 upload a <code>.md<\/code> file and create a post\/page.<\/li>\n<li><strong>Settings \u2192 Markdown Importer<\/strong> \u2014 set the default status (Draft or Publish automatically).<\/li>\n<\/ul>\n\n<h4>How to use<\/h4>\n\n<ol>\n<li>(Optional) Go to <strong>Settings \u2192 Markdown Importer<\/strong> and choose the default status: Draft or Publish automatically.<\/li>\n<li>Go to <strong>Tools \u2192 Markdown Importer<\/strong>.<\/li>\n<li>Choose your Markdown file and (optionally) a title and content type. The status is pre-selected from your setting but can be overridden.<\/li>\n<li>Click <strong>Import Markdown<\/strong> \u2014 you are taken to the new post\/page in the block editor.<\/li>\n<\/ol>\n\n<h4>Heading mapping<\/h4>\n\n<ul>\n<li>The first <code>#<\/code> (H1) becomes the post\/page <strong>title<\/strong> automatically.<\/li>\n<li><code>##<\/code> becomes an H2 block; <code>###<\/code> becomes an H3 block.<\/li>\n<\/ul>\n\n<h4>Markdown to block mapping<\/h4>\n\n\n\n\n  Markdown\n  Block result\n\n\n\n\n  <code># Title<\/code> (first H1)\n  Post\/page <strong>title<\/strong> (not a body block)\n\n\n  <code>## Section<\/code>\n  H2 heading block\n\n\n  <code>### Sub-section<\/code>\n  H3 heading block\n\n\n  Plain text\n  Paragraph\n\n\n  <code>- item<\/code> \/ <code>* item<\/code>\n  Unordered list\n\n\n  <code>1. item<\/code>\n  Ordered list\n\n\n  <code>&gt; quote<\/code>\n  Blockquote\n\n\n  <code>``` code \\<\/code>&#096;&#096; `\n  Code block\n\n\n  <code>---<\/code> \/ <code>***<\/code>\n  Separator\n\n\n  <code>[text](url)<\/code>\n  Link\n\n\n  <code>![alt](image.png)<\/code>\n  Image\n\n\n  <code>**bold**<\/code>, <code>*italic*<\/code>, <code>`code`<\/code>, <code>~~strike~~<\/code>\n  Inline formatting\n\n\n\n\n<h4>Troubleshooting<\/h4>\n\n<ul>\n<li><strong>Can't see the menu item<\/strong> \u2014 it's a submenu: look under <strong>Tools \u2192 Markdown Importer<\/strong>, not the top level. Confirm the plugin is still Active (WordPress auto-deactivates crashing plugins).<\/li>\n<li><strong>File rejected<\/strong> \u2014 only <code>.md<\/code>\/<code>.markdown<\/code>, under 1 MB (filter <code>mdgi_max_upload_bytes<\/code>).<\/li>\n<li><strong>Wrong title<\/strong> \u2014 a typed title wins; else the first <code>#<\/code> heading; else the file name.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>biznova-markdown-file-importer<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate the plugin through the Plugins screen in WordPress.<\/li>\n<li>Go to <strong>Tools \u2192 Markdown Importer<\/strong>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20it%20require%20the%20block%20editor%3F\"><h3>Does it require the block editor?<\/h3><\/dt>\n<dd><p>Yes. Content is produced in the block-editor block format and is best edited in the block editor.<\/p><\/dd>\n<dt id=\"are%20my%20uploads%20stored%3F\"><h3>Are my uploads stored?<\/h3><\/dt>\n<dd><p>No. Files are read from the temporary upload location and converted in memory. The plugin stores no files or options of its own.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Upload a Markdown (.md) file and convert it into a block-editor post or page built from native blocks.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/357587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=357587"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/biznova009"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=357587"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=357587"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=357587"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=357587"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=357587"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=357587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}