From 6a8de07c841601203f64b105bc627765c280e7a5 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 23 Nov 2017 08:25:31 +0530 Subject: [PATCH] :art: Breakup paragraph Make the bold content come at the start the line. It looks nicer this way. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a97aef97..87bccad4 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ should produce an error. Sometimes you need to express passages of text (e.g. translation files) or would like to break up a very long string into multiple lines. TOML makes this easy. + **Multi-line basic strings** are surrounded by three quotation marks on each side and allow newlines. A newline immediately following the opening delimiter will be trimmed. All other whitespace and newline characters remain intact.