A quick guide on writing notes in markdown format.
Welcome to Notes
This is a sample note to demonstrate the markdown rendering. Notes are a great way to store quick reference material, code snippets, and technical reminders.
Code Blocks
def hello_world():
print("Hello from the notes!")
return True
Lists
- Item one
- Item two
- Nested item
- Item three
Emphasis
Bold text and italic text and inline code.
Tables
| Column 1 | Column 2 |
|---|---|
| Row 1 | Value |
| Row 2 | Value |
Blockquotes
Notes help you remember important concepts. Keep them short and practical.
Happy note-taking!