Yaml is weird, it is claimed to be easy for any human to use.
Also that you can use python datastructures directly in yaml.
Yet I tried to use docstring (triple quoted mulitline strings) and it turns out yaml doesn’t accept them. More info on the 9 ways you can write multiline strings in yaml.