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: 646
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
Requires
- php: >=5.3.0
- symfony/framework-bundle: >=2.3
This package is not auto-updated.
Last update: 2025-02-02 05:23:22 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