Nginx Codeblock Highlight
Add this to the head
of your HTML Page, or
add Shiki.
<script src="https://esm.sh/[email protected]" defer async></script>
Edit the codeblock.
server {
listen 80;
server_name example.com;
location / {
return 200 'Hello, NGINX!';
}
}
Copy paste this.