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",