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