pidgin/nest

d2e5109efaf2
Improves on **Copy Code to Clipboard** tool

* Code snippets in headers no longer have a copy button attached
* Stylying
* Inline snippets are purple to match theme
* Heading snippets are a lighter purple
* Code
* Uses a variable instead of hiding the clipboard buttons with styling
* Simplify code execution
* Add **copy to** config to readme
{
"dependencies": {
"js-beautify": "^1.8.9"
},
"devDependencies": {
"front-matter": "^3.0.1"
},
"scripts": {
"tidy": "js-beautify -f public/**/*.html -o public/**/*.html -m 0"
}
}