| 开发者 | kaisercrazy |
|---|---|
| 更新时间 | 2026年3月6日 15:01 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.3 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Accept: text/markdown header. Instead of serving the standard HTML theme, it returns a Markdown version of the post or page, complete with YAML Frontmatter, token estimation headers, and customizable content signals.
To ensure maximum performance and minimal server load, Markdown versions are pre-generated and cached using WP-Cron.
Key Features
Accept: text/markdown header.X-Markdown-Tokens header using standard LLM token heuristics.X-Content-Signal headers to help agents understand the nature of the document.markdown-content-negotiator-for-llms folder to the /wp-content/plugins/ directory.You can test it using a tool like cURL:
curl -H "Accept: text/markdown" https://your-site.com/post-slug/
We use a standard heuristic of ~4 characters per token to provide an estimate in the X-Markdown-Tokens header.