Skip to content

Instantly share code, notes, and snippets.

@boutell
Created October 26, 2015 17:47
Show Gist options
  • Save boutell/2554ff5dfe244413a9d9 to your computer and use it in GitHub Desktop.
Save boutell/2554ff5dfe244413a9d9 to your computer and use it in GitHub Desktop.
YAML escaping options
# YAML supports quotation marks
label: "$Revision: 115 $LastChangedDate: 2015-10-26 11:52:27 -0400 (Mon, 26 Oct 2015) $"
# YAML supports multiline strings without quotation marks
# The indentation is significant.
label: >
$Revision: 115
$LastChangedDate: 2015-10-26 11:52:27 -0400 (Mon, 26 Oct 2015) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment