[postprocessor:metadata] accept a string-list for 'content-format'

(closes #1080)
This commit is contained in:
Mike Fährmann
2020-10-27 20:09:58 +01:00
parent 198c33ec36
commit d83b95fd28
3 changed files with 18 additions and 13 deletions

View File

@@ -2053,9 +2053,10 @@ Description
metadata.content-format
-----------------------
Type
``string``
``string`` or ``list`` of ``strings``
Example
``"tags:\n\n{tags:J\n}\n"``
* ``"tags:\n\n{tags:J\n}\n"``
* ``["tags:", "", "{tags:J\n}"]``
Description
Custom format string to build the content of metadata files with.