Closed bbest closed 3 years ago
Want the submit link to look like:
Reference for creating buttons in Bootstrap:
Want to use the latest Bootstrap 4 for things like cards, which can be implemented with bslib, otherwise Rmarkdown defaults to Bootstrap 3.
Fixed with commit:
To implement, update _site.yml with:
output: html_document: # requires bslib R package to be installed theme: version: 4 bootswatch: cerulean
Want the submit link to look like:
Reference for creating buttons in Bootstrap:
Want to use the latest Bootstrap 4 for things like cards, which can be implemented with bslib, otherwise Rmarkdown defaults to Bootstrap 3.