In YAML, the following line will throw a syntax error due to inclusion of special charactors in the value of foo:
foo: {{ variable }}/additional/string/literal
Correct the above line:
foo: "{{ variable }}/additional/string/literal"
^^ NOTE the use of double quotes to wrap the entire value (not just the "{{ variable }}" bit)
In YAML, the following line will throw a syntax error due to inclusion of special charactors in the value of foo:
foo: {{ variable }}/additional/string/literal
Correct the above line:
In YAML, the following line will throw a syntax error due to inclusion of special charactors in the value of foo:
foo: {{ variable }}/additional/string/literal
Correct the above line:
foo: "{{ variable }}/additional/string/literal"
^^ NOTE the use of double quotes to wrap the entire value (not just the "{{ variable }}" bit)
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |