This page is the imported RESULT for reference. The live demo is importing the same .md file (in the media library) through the Import Markdown panel on a fresh post. Everything below came out of the plugin parser.


Markdown Import Demo

This page started life as a plain Markdown file and was imported with HBmarkdown For Editors. Every element below converted to a native Gutenberg block. No copy-paste, no cleanup.

Why This Matters

AI tools write in Markdown by default. Claude, ChatGPT, and most writing assistants hand you a .md file, and until now the path into WordPress meant pasting and reformatting. This plugin closes that gap in one click.

What Converts

  • Headings, paragraphs, and bold / italic / strikethrough text
  • Ordered and unordered lists
  • Tables (see below)
  • Fenced code blocks
  • Blockquotes, links, and horizontal rules

Sample Table

FeatureFreeNotes
Block editor sidebar panelYesImport without leaving the editor
Classic Editor buttonYesSits next to Add Media
GFM tablesYesThis table proves it
Auto post titleYesPulled from the frontmatter above

Sample Code Block

add_filter( 'the_content', function ( $content ) {
    return $content . '<p>Imported from Markdown.</p>';
} );

A Blockquote For Good Measure

The best workflow is the one with the fewest steps between “written” and “published.”


That’s the whole demo. One file, one click, all blocks.