=== Lunatec Article to Markdown === Contributors: lunatecsystemsltd Tags: markdown, rest api, content, ai, llm Requires at least: 6.2 Tested up to: 6.9 Requires PHP: 8.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Exposes a clean Markdown version of WordPress posts for AI agents, LLMs, and crawlers. == Description == This plugin makes your WordPress posts accessible to AI agents, LLMs, and other automated systems by providing a clean, structured Markdown version of the content. It's designed to work out of the box with zero configuration. Features: * Append `.md` to any single post URL to get the Markdown version (e.g., `/my-post.md`). * Responds with Markdown for requests with an `Accept: text/markdown` header. * Adds a `` tag to your posts for automatic discovery by crawlers. * Includes post metadata (title, author, date, tags, categories) as YAML front matter. == Installation == 1. Upload the `lunatec-article-to-markdown` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. That's it! There are no settings to configure. == Changelog == = 1.0.0 = * Initial release.