mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 11:58:53 +00:00
new lines in text are shown as line breaks in preview
This commit is contained in:
parent
c29ca1f645
commit
a82e516c5e
1 changed files with 2 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue