Add line numbers
This commit is contained in:
parent
2838b0111a
commit
9c9cc8c73d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue