Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 418 Bytes

yaml.md

File metadata and controls

7 lines (5 loc) · 418 Bytes

Block styles with block chomping indicator (>-, |-, >+, |+)

You can control the handling of the final new line in the string, and any trailing blank lines (\n\n) by adding a block chomping indicator character:

, |: "clip": keep the line feed, remove the trailing blank lines. -, |-: "strip": remove the line feed, remove the trailing blank lines. +, |+: "keep": keep the line feed, keep trailing blank lines.