Add line numbers

This commit is contained in:
thhsh-local 2025-06-05 12:54:25 -04:00
parent 2838b0111a
commit 9c9cc8c73d
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg

View file

@ -5,7 +5,7 @@ Some handy tips and tricks when working on this site:
### Hide page title ### Hide page title
To hide the title on a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), paste this style block somewhere on the page: To hide the title on a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), paste this style block somewhere on the page:
``` html ``` html linenums="1"
<style> <style>
.md-typeset h1 { .md-typeset h1 {
display: none; display: none;