This lesson goes over taking notes with markdown
Workspace/notes
directory for daily notesnotes/
folder in vscode*.md
for todays notes
*.md
or *.markdown
command + shift + v
to view markdown preview in VSCode# H1
## H2
### H3
* First item
* ~~Second item~~
* Third item
[Google](https://google.com)
<!-- 1 liner -->
`<h1>Hello World</h1>`
<!-- multi line -->
```ruby
def my_method
puts 'Hello'
end
# time
* 830-915 worked on treehouse hashes
* 915-930 stand up
* 930-1030 linkedin profile peer review
# links
https://www.markdownguide.org/cheat-sheet/
# todo
* ~~finish treehouse hashes~~
* update linkedin profile
* add linkedin link to my github.io page
Cheatsheet Try out markdown online Markdown Essentials