YAML
YAML🔗
= ("[Website](" + this.url + ")")
| YAML 1.2.2 Specification
Resource | References |
---|---|
Cheatsheets and Quick References | yaml.org refcard |
Language🔗
Strings🔗
YAML multi-line string (block scalar): syntax explained, with examples
1 2 3 4 5 6 7 8 9 10 11 |
|
^7903df
Linting🔗
- yamllint: Documentation | GitHub
- supports extracting and processing of YAML front matter in Markdown files
- yamlfmt: Source: github.com/google/yamlfmt |
- yamlfix: GitHub | Documentation
YAML front matter in Markdown files: see Markdown: Linting and Style.
Tools🔗
- yq: YAML parser, also supports front matter in (Markdown) files