Document Markdown rendering integration

This commit is contained in:
2026-05-31 04:07:49 +00:00
parent 93c22884b0
commit 14444c152b
2 changed files with 57 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ Markdown files ending in `.md` generate `.html` files in the same logical direct
Generated HTML is deterministic for the same source content and transform configuration.
See `docs/integrations/markdown.md` for the Goldmark integration contract.
## Failure behavior
Transform resolution fails when a requested transform id is not registered. Markdown rendering fails when the source file cannot be read or rendered. Publish planning fails when HTML output is requested and the selected transform produces no outputs for a bundle.