mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Fix linting issues - blank lines
This commit is contained in:
parent
a9450d124b
commit
008411d150
1 changed files with 3 additions and 2 deletions
|
@ -5,13 +5,14 @@ Notes are simple text files with some extra flavor, in the shape of Markdown syn
|
||||||
## Foam Syntax
|
## Foam Syntax
|
||||||
|
|
||||||
Foam uses standard markdown, with a few added twists:
|
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 of a note (e.g. in the [[graph-visualization]]) is given by precedence based on:
|
||||||
- the `title` property (see [[note-properties]])
|
- the `title` property (see [[note-properties]])
|
||||||
- the first `# heading 1` of the file
|
- the first `# heading 1` of the file
|
||||||
- the file name
|
- the file name
|
||||||
|
|
||||||
|
|
||||||
## Markdown Syntax
|
## 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!).
|
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.
|
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 |
|
| R2C1 | R2C2 |
|
||||||
|
|
||||||
You can `inline code` or
|
You can `inline code` or
|
||||||
|
|
||||||
```
|
```
|
||||||
you can create
|
you can create
|
||||||
code blocks
|
code blocks
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue