Skip to content

Commit ac7efd3

Browse files
committed
[Data Liberation] Markdown <-> Blocks converters
WP_Markdown_Consumer and WP_Markdown_Producer enable two-way conversion between Markdown and the block markup.
1 parent 0080f2a commit ac7efd3

File tree

7 files changed

+754
-143
lines changed

7 files changed

+754
-143
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
/**
3+
* Plugin Name: Data Liberation – Markdown importer
4+
*/
5+
require_once __DIR__ . '/src/bootstrap.php';

0 commit comments

Comments
 (0)