Skip to content

Commit 162d3a5

Browse files
jpattersdigitalcraftsman
authored andcommitted
docs: Add notes about some output format behaviour
1 parent fd5109b commit 162d3a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎docs/content/extras/output-formats.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Example from site config in `config.toml`:
106106
* The names used must match the `Name` of a defined `Output Format`.
107107
* Any `Kind` without a definition will get `HTML`.
108108
* These can be overriden per `Page` in front matter (see below).
109+
* When `outputs` is specified, only the formats defined in outputs will be rendered
109110

110111
A `Page` with `YAML` front matter defining some output formats for that `Page`:
111112

@@ -118,7 +119,11 @@ A `Page` with `YAML` front matter defining some output formats for that `Page`:
118119
- json
119120
---
120121
```
121-
Note that the names used for the output formats are case insensitive.
122+
Note:
123+
124+
* The names used for the output formats are case insensitive.
125+
* The first output format in the list will act as the default.
126+
* The default output format is used when generating links to other pages in menus, etc.
122127

123128
## Link to Output Formats
124129

0 commit comments

Comments
 (0)