refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Preview enables disabled icons #82

Closed AdamKyle closed 10 years ago

AdamKyle commented 10 years ago

If you do something like:

    $("#post-content").markdown({
      iconlibrary: 'fa',
      disabledButtons: ['Image']
    });

on a text area, write something, click preview then click preview again the image icon becomes enabled again.

lodev09 commented 10 years ago

See pull request #93