Update info.yaml format info

rhi 2024-07-13 10:42:40 -04:00
parent f52e331ad1
commit ce7686b7fc

@ -80,13 +80,13 @@ a list of strings like `[colour, niss, nisse]`. gallery views let you filter by
## desc & nsfw-desc {#desc}
the full form of these fields is as a map from arbitrary headings to html contents. for example on a character info page it might start:
the full form of these fields is as an ordered map from arbitrary headings to html contents. for example on a character info page it might start:
```
desc:
name: niss
pronouns: she/her
height: 9 ft (275 cm)
- name: niss
- pronouns: she/her
- height: 9 ft (275 cm)
# etc
```
@ -99,8 +99,8 @@ either or both can also be just an html string, in which case they are put under
desc: |
blablabla
desc:
about: |
blablabla
- about: |
blablabla
```
## images