Skip to content

NikitHamal/MD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MD Viewer

A minimal Markdown viewer web application with a clean, responsive interface.

Features

  • Drag and drop files for easy viewing
  • Multiple file selection
  • Folder selection to automatically fetch Markdown files
  • Toggleable sidebar for file navigation
  • Mobile-responsive design
  • Syntax highlighting for code blocks
  • No server required - runs entirely in the browser

Usage

  1. Open index.html in any modern web browser
  2. Select Markdown files using the "Select Files" button, or
  3. Select a folder containing Markdown files using the "Select Folder" button, or
  4. Drag and drop Markdown files directly onto the drop area

Supported File Types

  • .md - Markdown files
  • .markdown - Markdown files
  • .txt - Plain text files (will be rendered as Markdown)

Libraries Used

  • Marked.js - Markdown parsing
  • highlight.js - Syntax highlighting for code blocks
  • Google Fonts - Poppins font family

Browser Support

Works in all modern browsers with JavaScript enabled:

  • Chrome
  • Firefox
  • Safari
  • Edge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors