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

I use python markdown extension to deal with markdown files. Also enabled [new line to break extension](http://pythonhosted.org/Markdown/extensions/nl2br.html) But this time bootstrap markdown behaves differently, Is there a feature to treat...

import markdown from 'bootstrap-markdown/js/bootstrap-markdown.js' import markdownCss from 'bootstrap-markdown/css/bootstrap-markdown.min.css' help ! Module not found: Error: Can't resolve 'bootstrap-markdown/css/bootstrap-markdown.min.css' Module not found: Error: Can't resolve 'bootstrap-markdown/js/bootstrap-markdown.js'

Is it possible to make the on / off state of the preview button more prominent?

need-more-info
feature-request

Hello guys, I do that on my header : ` ` I inverse the include order too, i tried a lot of thing, but the button preview still don't work......

Creating an unordered list below an ordered list with a simple new line separation causes the second list to inherit the ordered numbering, despite using the unordered item indicator. Example:...

need-more-info

I'm not sure whether this is an issue with the Editor or the Parser. When I added Ordered List and Unordered List in an editor, the preview shows only either...

Maybe add some information about how to implement Dropzone in the Bootstrap Markdown editor? How I've implemented it in my Laravel 5.4 project; `package.json`: ``` "bootstrap-markdown": "toopay/bootstrap-markdown", "dropzone": "^5.1.1", "markdown":...

Currently there is no callback function available to update the preview content once the ajax request to parse the original content has completed. Thanks!

I don't know if this was changed or not with dropzone in their later versions from when this was first implemented, but the `path` is actually an object, thus we...

Hey! Love the plugin. I'm working on a project where I could use this, and saw another issue where people started work on making a directive for this. Does anyone...

feature-request