YAML filter: handle "plain flow" style multi-ling values

Issue #654 new
Chase Tingley created an issue

Follow up to issue #643.

From this rundown of different methods for multiline scalar values:

plain style (no escaping, no # or : combinations, limits on first character):

Key: this is my very very very 
  long string

The value can even start on the next line, like this:

key: 
   here is a string
   across multiple lines

Although we currently handle other multiline string cases, we don't handle this one.

Comments (2)

  1. Log in to comment