beeflow / markdown-editor
Fork for jbt markdown editor to work as Symfony bundle
Package info
github.com/beeflow/markdown-editor
Language:JavaScript
Type:symfony-bundle
pkg:composer/beeflow/markdown-editor
dev-master
2016-11-10 12:49 UTC
Requires
- php: >=5.3.0
- symfony/framework-bundle: >=2.3
This package is not auto-updated.
Last update: 2026-03-15 11:18:10 UTC
README
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