Welcome to Markdown Viewer
A beautiful, distraction-free reading experience.
Features
- Clean Typography — Optimized for comfortable reading
- Dark Mode — Easy on the eyes at night
- Fullscreen — Immersive reading experience
Getting Started
This page is the editor — click anywhere and just type. Try typing some markdown syntax and watch it render the moment you complete it.
Markdown Examples
Text Formatting
You can write bold text, italic text, or both. You can also use strikethrough and inline code.
Links and Images
Here's a link to Preact, the framework powering this viewer.
Blockquotes
"The best interface is no interface."
— Golden Krishna
Code Blocks
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
Lists
Unordered List
- First item
- Second item
- Nested item
- Another nested item
- Third item
Ordered List
- First step
- Second step
- Third step
Tables
| Feature | Status |
|---|---|
| Markdown Parsing | Done |
| Dark Mode | Done |
| Fullscreen | Done |
Horizontal Rule
Enjoy your reading!