symfony-bundle markdown-editor
Fork for jbt markdown editor to work as Symfony bundle
beeflow/markdown-editor
Fork for jbt markdown editor to work as Symfony bundle
- Thursday, November 10, 2016
- by beeflow
- Repository
- 1 Watchers
- 0 Stars
- 12 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 528 Forks
- 0 Open issues
- 1 Versions
- 9 % Grown
Live (GitHub-Flavored) Markdown Editor
Use it here, (*1)
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), (*2)
Installation
composer
Add to your composer.json, (*3)
"require": {
...
"beeflow/markdown-editor": "dev-master",
},
...
"repositories": [
{
"type": "git",
"url": "https://github.com/beeflow/markdown-editor.git"
}
]
and then run, (*4)
composer update
GIT
Just run, (*5)
git clone https://github.com/beeflow/markdown-editor.git