Skip to content

Commit

Permalink
Only one newline will be trimmed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 1, 2014
1 parent 54a66d6 commit 9de4173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Since there is no escaping, there is no way to write a single quote inside a
literal string enclosed by single quotes. Luckily, TOML supports a multi-line
version of literal strings that solves this problem. **Multi-line literal
strings** are surrounded by three single quotes on each side and allow newlines.
Like literal strings, there is no escaping whatsoever. Any newlines immediately
Like literal strings, there is no escaping whatsoever. A newline immediately
following the opening delimiter will be trimmed. All other content between the
delimiters is interpreted as-is without modification.

Expand Down

0 comments on commit 9de4173

Please sign in to comment.