Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 800 Bytes

MarkdownNotes.md

File metadata and controls

45 lines (29 loc) · 800 Bytes

Markdown Note(s)

As of today it is August __, 2023. description

# section header 1
## subsection header
- [name](url) - description

# section header 2
## subsection header
- [name](url) - description
  - [name](url) - description
- [name](url) - description

Note

Highlights information that users should take into account, even when skimming.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Personal list(s)

  • Take kids on walk
  • Read to kids
  • Go to bed early

Or write some code:

{
  "This costs" + str(6+5) + "dollars"
"This costs 11 dollars"
}

The possibilities are only limited by your imagination 😉.