Skip to content

Commit 4da345e

Browse files
committed
Clairify breaks setting effect
Fixes microsoft#97382
1 parent c6db83b commit 4da345e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/markdown-language-features/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "Markdown Language Features",
33
"description": "Provides rich language support for Markdown.",
4-
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for every newline.",
4+
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for newlines inside paragraphs.",
55
"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the markdown preview.",
66
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.",
77
"markdown.preview.fontFamily.desc": "Controls the font family used in the markdown preview.",

0 commit comments

Comments
 (0)