b16b096744
Build and Deploy Verso / deploy (push) Successful in 22m39s
yamlFrontmatter() embeds the Markdown content as an overlay on the top-level YAML-frontmatter tree. The previous mode (IgnoreMounts | IgnoreOverlays) skipped that overlay entirely, so ATXHeading nodes were never visited and the Quarto (.qmd) file outline was always empty. Dropping the mode flag lets the iterator descend into overlay and mounted subtrees. This is safe because every enterNode function already filters by node name — visiting extra nodes from foreign-language mounts is a no-op. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>