Created
October 26, 2015 17:47
-
-
Save boutell/2554ff5dfe244413a9d9 to your computer and use it in GitHub Desktop.
YAML escaping options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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