jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.
Other
274 stars 61 forks source link

What are the code styling options? #184

Open ivannp opened 8 years ago

ivannp commented 8 years ago

What are the options to style code chunks.

image

In the above image, how can I remove the chunk expand/minimize button? Is there a way to get rid of the blue frame around the code?

Thanks

humburg commented 8 years ago

I don't think knitrBootstrap provides any explicit options for the styling of these elements (except for the different styles offered by _bootstrapdocument and _simpledocument). You could include your own CSS to override the default settings.