From 799f82bf8cea9b3b20276be9edb336c03653d76b Mon Sep 17 00:00:00 2001 From: sekmo Date: Tue, 17 Apr 2018 10:29:58 +0200 Subject: [PATCH] :fire: Change Newline breaks option confusing description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 767b7c5..5989175 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "breakOnSingleNewline": { "type": "boolean", "default": false, - "description": "In Markdown, a single newline character doesn't cause a line break in the generated HTML. In GitHub Flavored Markdown, that is not true. Enable this config option to insert line breaks in rendered HTML for single newlines in Markdown source." + "description": "In Markdown, a single newline character doesn't cause a line break in the generated HTML. In GitHub Flavored Markdown, it does. Enable this option to see a line break in the HTML preview for every single newline in Markdown source." }, "liveUpdate": { "type": "boolean",