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

A jQuery plugin that dynamically generates a WYSIWYG editor for Markdown with integrated Twitter Bootstrap styling.

Results 13 pagedown-bootstrap issues
Sort by recently updated
recently updated
newest added

This solves a problem when the pagedown is part of a form. Currently when pressing enter inside another textbox (``) it will cause the first button in the pagedown plugin...

It would be helpful to be able to install via bower. Also maybe cdnjs?

Whenever I type in underscores only the first one shows properly the rest get converted to `` tags Here is my sample code message string Content for the draft required...

While attempting to implement pagedown-bootstrap, the functionality appears to be correct but in the preview, all words beginning with the letter 'a' are displayed as italicized words. ![screen shot 2014-11-24...

Hi, I've made some changes in three main js files to optionally add a button in the help button group. This button show or hide the preview panel through `jQuery.fadeToggle()`...

Custom hook insertImageDialog won't work as expected

We've added support for requirejs. This enforces to use jquery for each module. We've not included a modified version of the combined and combined.min files as we don't know the...

Recent pull requests changed the button toolbar from `btn` to `btn-default`. Though the help button wasn't changed to `btn-default`. This pull requests fixes this.

In Font Awesome 4.1, `fa-header` has been introduced. The CSS hack in jquery.pagedown-bootstrap.css is no longer needed for users with 4.1, how can we change the code to also accommodate...