🚀 Getting Started
Installation
MarkStudio Pro is available on the Microsoft Store for Windows 10 and Windows 11:
- Open the Microsoft Store app on your Windows PC
- Search for "MarkStudio Pro"
- Click "Get" or "Install" to download the app
- Launch MarkStudio Pro from your Start menu
Your First Document
1. Create a New Document
When you launch MarkStudio Pro, you'll see a clean, split-pane interface:
- Left pane: Your markdown editor
- Right pane: Live preview of formatted output
Start typing in the left pane and watch the preview update in real-time!
2. Basic Formatting
Try typing these examples to see markdown in action:
# This is a heading
## This is a smaller heading
**This text is bold**
*This text is italic*
This is a [link](https://example.com)
- Bullet point 1
- Bullet point 2
- Bullet point 3
1. Numbered item
2. Another item
3. One more item
3. Save Your Work
MarkStudio Pro automatically saves your work every 30 seconds. But you can also manually save:
- Press
Ctrl+Sto save - Or use File → Save from the menu
Adding Images
You can add images to your documents in two ways:
Method 1: Markdown Syntax

Method 2: HTML Tags
<img src="path/to/image.png" alt="Description">
Images will appear in the preview and will be included when you export to Word or PDF!
Working with Code
MarkStudio Pro supports syntax highlighting for 107+ programming languages:
```
function greet(name) {
console.log("Hello, World!");
}
greet("MarkStudio Pro");
```
Just type three backticks (```), optionally add a language name for syntax highlighting, paste your code, then close with three more backticks. The preview will automatically highlight your code!
Dark Mode
Toggle between light and dark themes:
- Click the theme toggle button in the toolbar
- Or press
Ctrl+Shift+T
The dark mode is carefully designed to reduce eye strain during long writing sessions.
Quick Tips
- Preview scrolling: The preview pane automatically syncs with your cursor position
- Find: Press
Ctrl+Fto search in your document - Undo/Redo:
Ctrl+Zto undo,Ctrl+Yto redo - Zoom: Use
Ctrl++to zoom in,Ctrl+-to zoom out,Ctrl+0to reset