Boilerplates
Speculator no longer relies on automatic injection of complex sections like Conformance or Bibliographies by default, moving towards a more explicit and predictable authoring model.
Explicit Formatting Tags
Section titled “Explicit Formatting Tags”You can use specific explicit HTML custom elements in your specification to signal where generated content should be placed.
Bibliography Generation (<spec-biblio-references />)
Section titled “Bibliography Generation (<spec-biblio-references />)”To insert the generated normative and informative references, place the <spec-biblio-references /> tag exactly where you want the bibliography to appear in your document structure.
## Normative References
<spec-biblio-references />During the build-time pipeline, Speculator will:
- Detect this explicit tag.
- Resolve all citations throughout the document.
- Replace the tag with the fully formatted HTML definition list (
<dl>) of references.
Note: If you do not include this tag, the bibliography will not be generated automatically.