Convert JSON syntax to YAML
This commit is contained in:
@@ -353,11 +353,10 @@ authors:
|
|||||||
Optional page parameters:
|
Optional page parameters:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
authors: [
|
authors:
|
||||||
"michael_bluth", # Credit the corresponding author name in the site parameters
|
- "michael_bluth" # Credit the corresponding author in the site parameters
|
||||||
{"author": "michael_bluth"}, # Credit the corresponding author name in the site parameters
|
- author: "michael_bluth" # Credit the corresponding author in the site parameters
|
||||||
{"name": "Lucille Bluth"} # Credit this author name
|
- name: "Lucille Bluth" # Credit this author
|
||||||
]
|
|
||||||
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user