BuptStEve / vuepress-plugin-demo-code

📝 Demo and code plugin for vuepress
https://buptsteve.github.io/vuepress-plugin-demo-code/
MIT License
125 stars 28 forks source link

feat: "Show more" and "hide" can be optional #13

Closed leandrofngl closed 4 years ago

leandrofngl commented 4 years ago

There could be an option not to display the "Show more" and "Hide" buttons, like:

['demo-code', {
    collapsible: false
}]
BuptStEve commented 4 years ago

BTW, for now you can set minHeight to a large number to always hide the buttons.