bootstrap-markdown
bootstrap-markdown copied to clipboard
Add ability to completely disable and remove buttons
I'd like to be able to disable and remove buttons permanently. disableButtons() works, but upon closing a preview window, the disabled buttons are re-enabled. Of course I could add in the hooks to re-disable it, but this seems like something that could help others if it were added.
Having this as a data attribute would be especially helpful but not required.
Pull #93 should fix this issue