Skip to content

AFunLS/md-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Previewer

A clean, static Markdown previewer that renders formatted HTML in real time as you type. Built with plain HTML, CSS, and JavaScript for fast deployment on GitHub Pages.

Features

  • Real-time Markdown rendering
  • Split editor / preview layout
  • Seeded sample content for quick testing
  • Reset button to restore the sample Markdown
  • Static deployment with relative asset paths

Usage

Run locally

Open index.html directly in a browser, or serve the folder with a simple static server:

python3 -m http.server 8123

Then visit http://127.0.0.1:8123.

Live site

https://afunls.github.io/md-preview/

Files

  • index.html — app structure and CDN markdown renderer include
  • style.css — layout and visual styling
  • script.js — sample content, live rendering, reset behavior

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors