/** * Ordered registry of DOM transformers applied during `postProcess()`. * * Order matters: * 1. Accordion — must run early so nested content is moved before other * transformers query it. * 2. Citation — inline markers must be resolved before bibliography * anchors are attached, so the `#ref-` hrefs align. * 3. Bibliography — consumes the ordered keys produced by the citation step. * 4. Mermaid — must run BEFORE `highlightCode`: it converts * `
` into `
`,
 *                      and the highlighter explicitly skips `pre.mermaid`. If
 *                      this ran after, the highlighter would try to syntax-color
 *                      the mermaid source.
 *  5. HighlightCode  — runs Shiki over every remaining `
`.
 *  6. HtmlEmbed      — independent; converts placeholder divs into iframes.
 *  7. IframeEmbed    — independent; converts placeholder divs pointing at a
 *                      remote URL into a standard `