beeflow/markdown-editor

Fork for jbt markdown editor to work as Symfony bundle

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 641

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

dev-master 2016-11-10 12:49 UTC

This package is not auto-updated.

Last update: 2024-05-12 01:03:43 UTC


README

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