From a82e516c5e44f55c59828688d60bb9737226dcb4 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Thu, 21 Jan 2021 00:16:19 +0100 Subject: [PATCH] new lines in text are shown as line breaks in preview --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 39552d2..f2d04a0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,6 +21,6 @@ "foam.edit.linkReferenceDefinitions": "withExtensions", "foam.openDailyNote.directory": "journal", "foam.openDailyNote.titleFormat": "fullDate", - - "pasteImage.path": "${currentFileDir}/images/${currentFileNameWithoutExt}" + "pasteImage.path": "${currentFileDir}/images/${currentFileNameWithoutExt}", + "markdown.preview.breaks": true }