1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-03-03 01:51:49 -05:00
Kim Alvefur 29809ef1b5 tool/xep2md: Record all list metadata items
E.g. lastcall can exist more than once according to the schema, but only
one item was kept.

Before:

```yaml
lastcall: 2017-11-15
```

After:

```yaml
lastcall:
- 2021-03-30
- 2017-11-15
```
2022-12-27 17:30:30 +01:00
..
2020-06-14 14:09:35 +02:00
2020-06-14 14:09:35 +02:00
2017-11-29 19:20:10 +01:00
2018-04-05 14:55:49 +02:00