Page with html_meta descriptionΒΆ

This page has an html_meta description set via the .. meta:: directive. The sphinx_llm.txt extension uses this description in llms.txt instead of falling back to the first 100 characters of page content.

In MyST Markdown, the equivalent frontmatter is:

---
html_meta:
  description: A page demonstrating the use of html_meta for llms.txt descriptions.
---