Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 518 Bytes

File metadata and controls

29 lines (20 loc) · 518 Bytes

Markdown Visualizer

opengraph-image

A web-based Markdown editor with live preview. Write Markdown and see the rendered output in real-time.

Features

  • Monaco Editor with syntax highlighting
  • Live preview pane
  • Dark/light theme
  • Session storage persistence
  • Character, word, and line count

Development

pnpm install
pnpm run dev

Open http://localhost:3000

Build

pnpm run build
pnpm start