othe

Markdown Basics

Headers

Use # (hash + space):


Tags

Tags are words with a # in front, with no space between the # and the word:
#word


Bold and Italics

To make text bold, surround it with **:

This **word** is important.

→ This word is important.

To make text highlighted

To make text ==highlihted==

To make text italic, surround it with _ or *:

_This is_ kind of *important*.

This is kind of important.


Lists

Bullet lists: use - (dash + space)

- one
- two

Numbered lists: use numbers followed by a period

1. first
2. second

Checklists: use - [ ] (dash space [space])

- [ ] Task 1
- [x] Task 2

Linking

To create a link to a webpage:

[text for the link](https://example.com/)

To link to a page in your vault:

[[Resources/some page]]

To link to a header in a page:

[[Resources/some page#Header]]

To change the displayed text for a local link, use the | character:

this will show up instead