blob: bf9780048032376050e156a528e6df494f1aeee2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Now that I have implemented a \[[!ymlfront ...]] directive, I would like to remove support for the old "---" delimited format, because
* it is fragile (easily breakable)
* it is non-standard
Any objections?
> Well, I don't have much standing since I have been too lame to integrate
> ymlfront into ikiwiki yet. Buy, my opinion is, I liked the old
> format of putting the YAML literally at the front of the file. It
> seemed to allow parsing the file as YAML, using any arbitrary YAML
> processer. And it was nice how it avoided boilerplate. --[[Joey]]
|