=== Spraynt Markdown to HTML ===
Contributors: spraynttech
Donate link: https://www.spraynt.com
Tags: markdown, ai, n8n, content, formatting
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Automatically convert AI-generated Markdown from tools like n8n into clean HTML for your WordPress posts.
== Description ==
Convert AI‑generated Markdown into clean HTML for WordPress posts.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/spraynt-markdown-to-html` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Create or import a post with Markdown content (e.g., from n8n or another AI tool).
4. The plugin will automatically render Markdown into HTML when displaying the post.
== Frequently Asked Questions ==
= Does this plugin support custom post types? =
Yes. It hooks into `the_content` filter, so any post type using standard WordPress content rendering will be supported.
= Will it break existing HTML content? =
No. The plugin only processes Markdown syntax. Existing HTML is preserved.
= Can I disable Markdown rendering for specific posts? =
Yes. You can add a custom field `_disable_markdown` with value `true` to skip processing.
== Screenshots ==
1. Example of a Markdown post created by n8n.
2. Rendered HTML output in WordPress.
== Changelog ==
= 1.0.0 =
* Initial release.
* Markdown parsing for AI-generated content.
* Support for posts created via n8n automation.
== Upgrade Notice ==
= 1.0.0 =
First stable release. Safe to upgrade.
== Credits ==
Developed by SPRAYNT TECHO SERVICES PVT. LTD.
Inspired by workflows using n8n and AI content generation tools.