title | description | created | updated | color |
---|---|---|---|---|
YAML (YAML Ain't Markup Language) |
YAML is a human-friendly data serialization language. This is the most commonly used sytax for configuration files. |
2019-06-20 |
2019-06-20 |
YAML is a human-friendly data serialization language. This is the most commonly used sytax for configuration files.
---
title: Post Title
descrription: Post description
content: Post Content...........
tags:
- tag1
- tag2
- tag3
user:
id: 1
name: user name
address:
streetAddress: foo
zip: '01234'
...
- content starts with
---
& ends witth...
(This is an optional rule) - Key value pairs are separated by colon & space(
:
) - List values start with hyphen & space (
-
)