In YAML, the following syntax is used if you want to have a very long value spread written across multiple lines, but you don't want to keep the newlines:
fold_newlines: [...]
this is really a
single line of text
despite appearances
fold_newlines: >
this is really a
single line of text
despite appearances
^^ Note the use of the ">" syntax, so the value of fold_newlines will be exactly:
this is really a single line of text despite appearances
In YAML, the following syntax is used if you want to have a very long value spread written across multiple lines, but you don't want to keep the newlines:
fold_newlines: [...]
this is really a
single line of text
despite appearances
In YAML, the following syntax is used if you want to have a very long value spread written across multiple lines, but you don't want to keep the newlines:
fold_newlines: [...]
this is really a
single line of text
despite appearances
fold_newlines: >
this is really a
single line of text
despite appearances
^^ Note the use of the ">" syntax, so the value of fold_newlines will be exactly:
this is really a single line of text despite appearances
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 |