Jovanni Lo

Results 38 comments of Jovanni Lo

no problem @kylethielk glad I could help :)

I would suggest you use [marked](https://github.com/chjj/marked) and enable **gfm** (github flavored markdown)

I'm pretty sure if we implement this, we need to use the `tab` keypress thus removing the way for the user to press tab and goto a submit button. This...

Pull [#93](https://github.com/toopay/bootstrap-markdown/pull/93) should fix this issue

I meant what will happen for those who are still in BS3? We want to support BS4 but we don't want to ditch BS3 support e.g. by changing `btn-default` to...

@toopay yep I think that's the best way to handle the new bootstrap 4 like you did on previous versions :)

I think you can integrate [CodeMirror](http://codemirror.net/) to the `textarea`. A nice implementation of CodeMirror on MarkDown: http://jbt.github.io/markdown-editor/

Forget about my last comment, I was working on the highlight and I found [marked](https://github.com/chjj/marked) (as your parser) can do this using [highlightjs](http://highlightjs.org/). Put this somewhere on your script (make...

the way this is done normally is we bump a major version to the plugin, create a branch for the current BS 3 support (2.x) and then put BS4 support...