The most Important keys to Typing in Markdown
- The Link [[Learning Obsidian]].
- Header, hash then space.
- Tags, with #md hash without space.
- Italic, add asterisk for emphasizing.
- Bold, add double ** for attention.
- Strikethrough,
with double~ wobbly lines. - Inline code with
javascriptback ticks. - Types of Lists
- Unordered
- Ordered
- Todos can be created with
- Not done
- Done
- Link text
- images can be loaded through URL too

- Blockquotes
This is a note
- Code block with 3 back ticks than language name
cppThis is new - Horizontal line with 3 -
