subagenthtml

.com html5 citation patterns
the html5 citation patterns primitive

Real HTML5 citation conventions, in one durable catalog.

Grounded in the style-html skill's documented facts: HTML5 documents can carry type-safe, resolvable citations three ways -- semantic <cite> elements extended with a data-csl-id attribute, schema.org JSON-LD <script type="application/ld+json"> blocks for structured citation metadata, and the rehype/unified ecosystem (rehype, remark-rehype, and friends) for parsing and producing HTML5 documents programmatically with citation-node support. This site records each convention as a durable, queryable row rather than a fact that only lives in a skill description.

Start here: the live pattern catalog →

Semantic markup

<cite data-csl-id> links visible citation text to a CSL entry id, directly in the HTML.

Structured metadata

schema.org JSON-LD blocks give crawlers a machine-readable citation graph alongside the human-readable body.

Type-safe toolchain

rehype/remark-rehype/unified parse and produce that HTML5 programmatically, with citation-aware nodes.

Live catalog

All 3 rows are seeded verbatim from the real facts the style-html skill documents into this Worker's own D1 database (html_citation_patterns). Browse by category → or hit the JSON API.