Key | Description |
---|---|
ctrl-p | open command palette |
ctrl-o | open file switch prompt |
This is bold text
This is bold text
This is italic text
This is italic text
Strikethrough
==This is highlighted==
Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.
- Create a list by starting a line with
+
,-
, or*
- Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
- Ac tristique libero volutpat at
- Marker character change forces new list start:
- Very easy!
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
- This is a
- checklist
- Indented check list or sub-task
code
// Some comments
line 1 of code
line 2 of code
line 3 of code
Sample text here...
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
![[Page Name]]
![[Page Name^block to link to]]
![[Page Name#heading to link to]]