refactory-id / bootstrap-markdown

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

How to hide fullscreen button #265

Closed manuelcalerosolis closed 7 years ago

manuelcalerosolis commented 7 years ago

Please can you help to hide the fullscreen button?

Thanks

lodev09 commented 7 years ago

Try the fullscreen option. Something like this:

$('#textarea').markdown({
    // ...
    fullscreen: { enabled: false }
    // ...
});

See documentation

manuelcalerosolis commented 7 years ago

$('#textarea').markdown({ // ... fullscreen: { enable: false } // ... });

See documentation.

lodev09 commented 7 years ago

wrong paste?... lol