Skip to content

Commit

Permalink
docs: Add notes about some output format behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatters authored and digitalcraftsman committed Apr 25, 2017
1 parent fd5109b commit 162d3a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/extras/output-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Example from site config in `config.toml`:
* The names used must match the `Name` of a defined `Output Format`.
* Any `Kind` without a definition will get `HTML`.
* These can be overriden per `Page` in front matter (see below).
* When `outputs` is specified, only the formats defined in outputs will be rendered

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

Expand All @@ -118,7 +119,11 @@ A `Page` with `YAML` front matter defining some output formats for that `Page`:
- json
---
```
Note that the names used for the output formats are case insensitive.
Note:

* The names used for the output formats are case insensitive.
* The first output format in the list will act as the default.
* The default output format is used when generating links to other pages in menus, etc.

## Link to Output Formats

Expand Down

0 comments on commit 162d3a5

Please sign in to comment.