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} ## 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: desc:
name: niss - name: niss
pronouns: she/her - pronouns: she/her
height: 9 ft (275 cm) - height: 9 ft (275 cm)
# etc # etc
``` ```
@ -99,7 +99,7 @@ either or both can also be just an html string, in which case they are put under
desc: | desc: |
blablabla blablabla
desc: desc:
about: | - about: |
blablabla blablabla
``` ```