1# Enable serving raw markdown content (without frontmatter)
2# When enabled, markdown pages can be served as raw markdown via:
3# - Accept header negotiation (Accept: text/markdown or text/plain)
4# - Separate .md URLs (e.g., /docs/guide.md alongside /docs/guide/)
5PAGES_SERVE_MARKDOWN: bool = False