|
- https://github.com/dracula/prism
|
|
- https://github.com/LzmaMin-JS/LzmaMin-JS
|
|
- https://github.com/PrismJS/prism
|
|
- https://github.com/kazzkiq/CodeFlask
|
|
|
|
```sh
|
|
# Format code
|
|
npx prettier --write --single-quote --tab-width=4 --print-width=120 index.js *.{html,css,md}
|
|
```
|