manifest / integrations / post-content-to-markdown
Post Content to Markdown #10 in Integrations & APIs
A WordPress plugin that serves post content as Markdown via Accept headers or query parameters.
by roots.io · github.com/roots/post-content-to-markdown · website
★ 64stars
176release downloads
2.2kcomposer installs
2forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/roots/post-content-to-markdown/releases/download/v1.7.1/post-content-to-markdown.zipAlso on Packagist as roots/post-content-to-markdown:
composer require roots/post-content-to-markdownFrom the readme
Post Content to Markdown
A WordPress plugin that returns post content in Markdown format when requested with an Accept header set to text/markdown, a .md URL suffix (e.g. /hello-world.md), or a ?format=markdown query parameter.
[!TIP]
Learn more about serving Markdown to AI agents and check your site's AI-readiness at acceptmarkdown.com.
See the acceptmarkdown.com score when using this plugin
| .md URL / Query Parameter | text/markdown Accept header |
|-------------|---------------|
| | |
Support us
Roots is an independent open source org, supported only by developers like you. Your sponsorship funds WP Packages and the entire Roots ecosystem, and keeps them independent. Support us by purchasing Radicle or sponsoring us on GitHub — sponsors get access to our private Discord.
Requirements
PHP 8.1+
Installation
via Composer
Manual
1. Download the latest release
2. Place in wp-content/plugins/post-content-to-markdown/
3. Activate via wp-admin or WP-CLI
Usage
Accept headers (ideal for AI agents)
Send an Accept: text/markdown header to any of these URLs:
- Single post: https://example.com/post-slug/ → Returns post content as Markdown
- Single post with comments:
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.7.1 | Apr 18, 2026 | post-content-to-markdown.zip | 142 |
| v1.7.0 | Apr 18, 2026 | post-content-to-markdown.zip | 3 |
| v1.6.0 | Apr 18, 2026 | post-content-to-markdown.zip | 0 |
| v1.5.0 | Apr 18, 2026 | post-content-to-markdown.zip | 1 |
| v1.4.0 | Apr 17, 2026 | post-content-to-markdown.zip | 0 |
| v1.3.1 | Apr 14, 2026 | post-content-to-markdown.zip | 7 |
| v1.3.0 | Apr 14, 2026 | post-content-to-markdown.zip | 0 |
| v1.2.2 | Mar 5, 2026 | post-content-to-markdown.zip | 5 |
| v1.2.1 | Oct 27, 2025 | post-content-to-markdown.zip | 12 |
| v1.2.0 | Oct 4, 2025 | post-content-to-markdown.zip | 3 |
| v1.1.0 | Oct 3, 2025 | post-content-to-markdown.zip | 0 |
| v1.0.0 | Oct 3, 2025 | post-content-to-markdown.zip | 3 |