diff --git a/site/docs/collections.md b/site/docs/collections.md index 847256cb..cfbcd3a7 100644 --- a/site/docs/collections.md +++ b/site/docs/collections.md @@ -155,13 +155,23 @@ In addition to any YAML front-matter provided in the document's corresponding fi

- The content of the document. If no YAML front-matter is provided, + The (unrendered) content of the document. If no YAML front-matter is provided, this is the entirety of the file contents. If YAML front-matter is used, then this is all the contents of the file after the terminating `---` of the front-matter.

+ + +

output

+ + +

+ The rendered output of the document, based on the content. +

+ +

path