diff --git a/README.md b/README.md index 5b4ad94..90f5028 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# paste -[WIP] Client-side paste service +- 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} +``` diff --git a/index.html b/index.html index 437247b..fb68d67 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ npm/codemirror@5.51.0/theme/dracula.min.css +