mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Capitalize markdown
This commit is contained in:
parent
fe39eee907
commit
8566602812
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ 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:
|
||||
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]])
|
||||
|
@ -13,11 +13,11 @@ Foam uses standard markdown, with a few added twists:
|
|||
|
||||
## 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.
|
||||
|
||||
Here is a high level overview of Markdown, for more information on the markdown syntax [see here](https://commonmark.org/help/).
|
||||
Here is a high level overview of Markdown, for more information on the Markdown syntax [see here](https://commonmark.org/help/).
|
||||
|
||||
# Heading 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue