đ
Supports .md and .markdown files with Mermaid diagrams
Preview
Welcome to xsukax Markdown Viewer
A modern markdown viewer with GitHub-inspired design and advanced features.
Features at a glance:
- đ Upload markdown files or paste content directly
- đ Full markdown support with syntax highlighting
- đ Interactive Mermaid diagrams
- đ¨ Clean GitHub-inspired interface
- đą Mobile-first responsive design
- ⥠Lightning-fast performance
Getting Started
Choose your preferred method:
- Upload File: Drag and drop or browse for a .md file
- Paste Markdown: Copy and paste your markdown content directly
Mermaid Diagram Example
Experience beautiful diagram rendering:
flowchart LR
A[Upload File] --> C{Process}
B[Paste Markdown] --> C
C --> D[Render Diagrams]
C --> E[Parse Markdown]
D --> F[Display Content]
E --> F
F --> G[Enjoy!]
style A fill:#0969da,stroke:#fff,stroke-width:2px,color:#fff
style B fill:#0969da,stroke:#fff,stroke-width:2px,color:#fff
style G fill:#2da44e,stroke:#fff,stroke-width:2px,color:#fff