A powerful, lightweight, single-file application for viewing and editing Markdown documents with LaTeX mathematical notation support.
- ✨ Features
- 🚀 Getting Started
- 💻 How to Use
- 📦 Installation
- 🔍 Advanced Features
- 🌐 Browser Compatibility
⚠️ Known Limitations- 🛠️ Roadmap
- 📄 License
- 👨💻 Author
- Headers (
# H1
,## H2
, etc.) with automatic hierarchy and navigation - Text Formatting:
**Bold**
,*Italic*
,~~Strikethrough~~
,==Highlight==
- Lists: Ordered, unordered, and nested lists with proper indentation
- Tables: Full support with alignment options and cell formatting
- Blockquotes: Multi-level quote formatting with
>
- Code: Inline code with backticks and fenced code blocks with syntax highlighting
- Links: Both inline
[text](url)
and reference-style links - Images: Embed with

with responsive sizing - Horizontal Rules: Section breaks with
---
- Task Lists: Interactive checkboxes with
- [ ]
and- [x]
-
Inline Equations: Use
$...$
for inline math like$E = mc^2$ -
Block Equations: Centered equations with
$$...$$
:$$ \int_0^{\infty} e^{-x^2} dx = \frac{\sqrt{\pi}}{2} $$
- Matrices, Fractions, and Advanced Notation: Comprehensive math typesetting
- Automatic Numbering: For theorem environments and equation references
- Real-time Preview: See changes as you type with split-screen view
- Syntax Highlighting: Color-coded editor for easier editing
- Toolbar: Formatting shortcuts for common Markdown elements
- Search: Full-text search with highlighting and navigation
- Word Count: Real-time statistics for document length
- Export Options: Save as Markdown (.md)
- Auto-save: Recover work with local storage backup
- File Drag & Drop: Easy document loading
- Keyboard Shortcuts: Productivity enhancers for power users
Markdown & LaTeX Viewer requires no installation or setup. It's a single HTML file that works locally in any modern browser without an internet connection.
- Any device with a modern web browser
- No internet connection required after initial download
- Minimal system resources (works on older devices)
-
Launch the Application:
- Double-click the HTML file to open in your default browser
- Alternatively, drag the file into any browser window
-
Create or Edit Content:
- Use the left pane to write or edit your Markdown
- See the rendered output in real-time on the right pane
-
Format Your Document:
- Use the formatting toolbar for common elements
- Or type Markdown syntax directly for more control
-
Use Markdown Elements:
# This is a heading This is a paragraph with **bold** and *italic* text. - List item 1 - List item 2 - Nested item 1. Ordered item 1 2. Ordered item 2 > This is a blockquote `inline code` looks like this ```javascript // Code block with syntax highlighting function hello() { console.log("Hello, world!"); }
-
Add Mathematical Notation:
- For inline equations:
$E = mc^2$
- For block equations:
$$ \frac{d}{dx}\left( \int_{a}^{x} f(u)\,du\right)=f(x) $$
- For inline equations:
-
Save Your Work:
- Use the Export button to save as a Markdown file
- Content is automatically saved in your browser's local storage
-
Share Your Document:
- Export to Markdown and share the file
- Or save as HTML for a self-contained document
No installation required! The application is a single, self-contained HTML file.
- Download directly from the releases page
- Download the HTML file
- Save it anywhere on your device
- Open it with any modern web browser
- Start creating or editing Markdown documents
Action | Windows/Linux | macOS |
---|---|---|
Bold | Ctrl+B | ⌘+B |
Italic | Ctrl+I | ⌘+I |
Save | Ctrl+S | ⌘+S |
Find | Ctrl+F | ⌘+F |
New Document | Ctrl+N | ⌘+N |
Toggle Preview | Ctrl+P | ⌘+P |
Access all features with Ctrl+Shift+P
(or ⌘+Shift+P
on macOS) to open the command palette.
Extensively tested and optimized for the following browsers:
Browser | Minimum Version | Recommended |
---|---|---|
Chrome | 88+ | Latest |
Firefox | 85+ | Latest |
Safari | 14+ | Latest |
Edge | 88+ | Latest |
Opera | 75+ | Latest |
Mobile Browsers | Modern versions | Latest |
- Dark/Light mode toggle is planned but not yet implemented
- LaTeX rendering may be slower for extremely complex equations
- Limited export formats (PDF export coming soon)
- No cloud storage integration (planned for future releases)
- Dark/Light mode toggle
- PDF export functionality
- Collaborative editing
- Mobile app versions
- Custom themes and styling options
- Plugins system for extensibility
- Offline PWA support
Distributed under the MIT License. See below for more information:
MIT License
Copyright (c) 2025 g-flame
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.