diff --git a/README.md b/README.md index e63f857..adedfa5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Markdown Extra Unofficial WordPress Plugin -![Markdown Extra Unofficial](https://github.com/jeffmcneill/markdown-extra/blob/main/markdown-extra.png) +![Markdown Extra Unofficial](https://github.com/jeffmcneill/markdown-extra-unofficial/blob/main/markdown-extra-unofficial.png) Markdown Extra Unofficial is a WordPress plugin supporting [Markdown Extra](https://michelf.ca/projects/php-markdown/extra/) the parser by Michel Fortin. There are several [markdown plugins for WordPress](https://wordpress.org/plugins/tags/markdown/), however most require that markdown be put in a block or a shortcode. This plugin is meant to be used with the [Classic Editor](https://wordpress.org/plugins/classic-editor/) and parse all text in pages and posts, excerpts, term descriptions, and WooCommerce short descriptions. @@ -30,4 +30,4 @@ See full [Markdown Extra syntax](https://michelf.ca/projects/php-markdown/extra/ ## Download Markdown Extra Unofficial -Markdown Extra Unofficial is available via [Github](https://github.com/jeffmcneill/markdown-extra/releases) and eventually via Wordpress.org plugins[](). +Markdown Extra Unofficial is available via [Github](https://github.com/jeffmcneill/markdown-extra-unofficial/releases) and eventually via Wordpress.org plugins[](). diff --git a/README.txt b/README.txt index 827fe20..f5d5587 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ === Markdown Extra Unofficial === Contributors: jeffmcneill, stodorovic -Tags: markdown, markdown-extra, markdown-parser, parser +Tags: markdown, markdown-extra, markdown-parser, parser, markdown-extra-unofficial Donate link: https://paypal.me/punmcneill Requires at least: 5.2 Tested up to: 5.6 @@ -12,7 +12,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html Markdown Extra parser without shortcodes or blocks. == Description == -Markdown Extra parser without shortcodes or blocks. Meant to be used with the Classic Editor for a Markdown and shortcode-only (no Gutenberg blocks) experience. This plugin also disables the smart quotes function of wptexturize. It also includes Markdown parsing of pages and posts, excerpts, category and tag descriptions, and WooCommerce short descriptions. +Markdown Extra Unofficial is a markdown extra parser that functions without shortcodes or blocks. It is meant to be used with the Classic Editor for a markdown and shortcode-only (no Gutenberg blocks) experience. This plugin also disables the smart quotes function of wptexturize. It also includes Markdown parsing of pages and posts, excerpts, category and tag descriptions, and WooCommerce short descriptions. == Installation == Install from within the WordPress plugins control panel. Either upload the zip file from github or search within the WordPress plugins directory for Markdown Extra Unofficial. diff --git a/markdown-extra.php b/markdown-extra-unofficial.php similarity index 100% rename from markdown-extra.php rename to markdown-extra-unofficial.php diff --git a/markdown-extra.png b/markdown-extra-unofficial.png similarity index 100% rename from markdown-extra.png rename to markdown-extra-unofficial.png