Skip to content

bzap/mrkdwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Mrkdwn

A simple, browser based markdown editor.

General Features

  • Follows GFM guidelines1
  • Easy insertion of commonly used elements (and conversion by selection)
  • Mobile friendly
  • Cached save
  • Dark mode
  • Scroll sync
  • Upload existing files and generate new ones

Primary Stack Used

Installation

cd mrkdwn/frontend/
npm i
npm run build

Footnotes

  1. GFM Reference