1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/data/reusables/pages/yaml-rules.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

6 lines
337 B
Markdown

- Use spaces instead of tabs.
- Include a space after the `:` for each key value pair, like `timezone: Africa/Nairobi`.
- Use only UTF-8 characters.
- Quote any special characters, such as `:`, like `title: "my awesome site: an adventure in parse errors"`.
- For multi-line values, use `|` to create newlines and `>` to ignore newlines.