bootstrap-markdown icon indicating copy to clipboard operation
bootstrap-markdown copied to clipboard

Bootstrap plugin for markdown editing

Results 92 bootstrap-markdown issues
Sort by recently updated
recently updated
newest added

"node_modules/bootstrap-markdown/css/bootstrap-markdown.min.css" added in json file "node_modules/bootstrap-markdown/js/bootstrap-markdown.js" in in .html file not working,it showing normal textarea

Currently if you enable dropdown and drag-n-drop a non-image file it will try to render the file as an image. It would be nice to support any sort of file...

It looks like "ctrl" is hard-coded? Surely someone has come up against this before? Is there a config option somewhere to make this just work? This is probably more broad...

Since I like this convenience on every markdown editor I go, I thought I add this here too. This adds the following behavior: Hitting enter on empty list rows, will...

Currently if you highlight a word and click any of the toolbar buttons the operation succeeds but it cannot be undone with Ctrl+Z. The same is true is you use...

enhancement

The discussion in #308 indicates that `this.change(this)` is incorrect, adding a listener instead of triggering a change event. closes #308.

Bootstrap 4 support?

enhancement

Is it possible to add some kind of support for tables?

enhancement
feature-request

Is there a way to support latex commands in the preview? What I have seen is that the latex blocks need to be protected before the markdown can be parsed.

enhancement