From 008411d150a9a884289ffe117dc404037607a161 Mon Sep 17 00:00:00 2001 From: Prashanth K S Date: Sun, 29 Aug 2021 20:19:28 +0530 Subject: [PATCH] Fix linting issues - blank lines --- docs/how-to/write-notes-in-foam.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/how-to/write-notes-in-foam.md b/docs/how-to/write-notes-in-foam.md index acbb9ab..f92ae24 100644 --- a/docs/how-to/write-notes-in-foam.md +++ b/docs/how-to/write-notes-in-foam.md @@ -5,13 +5,14 @@ Notes are simple text files with some extra flavor, in the shape of Markdown syn ## Foam Syntax Foam uses standard markdown, with a few added twists: + - the title of a note (e.g. in the [[graph-visualization]]) is given by precedence based on: - the `title` property (see [[note-properties]]) - the first `# heading 1` of the file - the file name - ## Markdown Syntax + With markdown we can style our notes in a simple way, while keeping the document a simple text file (the best way to future-proof your writings!). You can see the formatted output by running the `Markdown: Open Preview to the Side` command. @@ -61,8 +62,8 @@ This is a table: | R2C1 | R2C2 | You can `inline code` or + ``` you can create code blocks ``` -