Productivity
Hub
Home
Tools
Get Started
Toggle menu
Back to Tools
Markdown Notes
Copy
Saved
Statistics
Document information
Words
0
Characters
0
Status
Saved
Edit
Preview
# Welcome to Markdown Notes ## Features - Real-time preview - Word count - Save notes ## Example Content This is a **bold text** and this is *italic text*. ### Code Example ```javascript function hello() { console.log("Hello, world!"); } ``` > This is a blockquote 1. Ordered list item 1 2. Ordered list item 2 - Unordered list item - Another unordered list item [Link Example](https://example.com)