I'm using this version of markdown editor on my site for writing questions and answers. Now I want to use this editor for writing comments, too, but I don't want all features of this editor such as inserting images, quoting, creating lists etc. In other words, I just want these features:
- **bold**
- *italic*
- [linked word](http://test.com)
- `some inline code here`
Also I do not obviously want the editor button anymore for comments. I just want a simple editor for writing comments with above four features, just like StackExchange editor for comments. How can I do this?