Skip to content

beeflow/markdown-editor

 
 

Repository files navigation

Live (GitHub-Flavored) Markdown Editor

Use it here

Feel free to take the code and copy it and modify it and use it however you like. (If you really want a licence, see WTFPL)

Installation

composer

Add to your composer.json

"require": {
      ...
      "beeflow/markdown-editor": "dev-master",
  },
  ...
  "repositories": [
      {
          "type": "git",
          "url": "https://github.com/beeflow/markdown-editor.git"
      }
  ]

and then run

composer update

GIT

Just run

git clone https://github.com/beeflow/markdown-editor.git

About

Live (Github-flavored) Markdown Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • HTML 5.7%
  • Other 1.5%