blob: c0d6e90179e7f7764b147023a6969d762d3b361a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This entry has a comment at the beginning
name: 'A commented entry'
# ruamel.yaml does not support preserving indent levels, so please leave the
# description indented by two spaces.
description: |
An entry with comments in the yaml data
position: 'there'
# There is a comment above something
something:
tags: []
keywords: []
exists: true
with_default: default value
amount: 1
order: delta
created:
updated:
epoch:
version: 0
category: first
# and a comment at the end
|