Skip to content

Commit 649513c

Browse files
committed
adjust header level inside blocks
1 parent 263627e commit 649513c

File tree

10 files changed

+16
-11
lines changed

10 files changed

+16
-11
lines changed

assets/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,12 @@ ul {
230230
margin: 0.75rem 0;
231231
}
232232

233-
.block h1 {
233+
.block h1,
234+
.block h2,
235+
.block h3,
236+
.block h4,
237+
.block h5,
238+
.block h6 {
234239
font-size: 1em;
235240
position: relative !important;
236241
margin: 0 0.25rem !important;

content/zls/configure/zls-json.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
---
99

10-
># [Recommendation]($block.attrs('note'))
10+
>## [Recommendation]($block.attrs('note'))
1111
>
1212
> ZLS recommends using [in-editor configuration](in-editor) over a `zls.json` to integrate with the existing config system of your editor.
1313

content/zls/editors/emacs.smd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
---
99

10-
># [Author's Notice]($block.attrs('warning'))
10+
>## [Author's Notice]($block.attrs('warning'))
1111
> This Documentation is [incomplete](https://github.com/zigtools/www.zigtools.org/issues/1).
1212

1313
The following Emacs *Variants* are documented:
@@ -31,7 +31,7 @@ If you don't have `zig` or `zls` in your `PATH`, set the following configuration
3131

3232
The available configuration are documented [here](https://emacs-lsp.github.io/lsp-mode/page/lsp-zig/).
3333

34-
># [Warning]($block.attrs('warning'))
34+
>### [Warning]($block.attrs('warning'))
3535
> Be aware that the configuration options may not match what is available in your installed ZLS version.
3636

3737
### Code Actions

content/zls/editors/emacs/doom-emacs.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
---
1212

13-
># [Author's Notice]($block.attrs('warning'))
13+
>## [Author's Notice]($block.attrs('warning'))
1414
> This Documentation is [incomplete](https://github.com/zigtools/www.zigtools.org/issues/1).
1515

1616
1. Install [Doom Emacs](https://github.com/doomemacs/doomemacs)

content/zls/editors/kate.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To apply [in-editor-configuration](/zls/configure/in-editor) or manually specify
4444
}
4545
```
4646

47-
># [Warning]($block.attrs('warning'))
47+
>### [Warning]($block.attrs('warning'))
4848
>
4949
>Be aware that Kate does not support Json with comments or trailing commas.
5050

content/zls/editors/vim.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ The following LSP plugins are documented:
1313
- [CoC](/zls/editors/vim/coc)
1414
- [YouCompleteMe](/zls/editors/vim/ycm)
1515

16-
># [Warning]($block.attrs('warning'))
16+
>## [Warning]($block.attrs('warning'))
1717
>
1818
>The [mason](https://github.com/williamboman/mason.nvim) package manager can only install the latest tagged release of ZLS which should **not** be used with Zig nightly/master.

content/zls/editors/vim/nvim-lspconfig.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
---
1313

14-
># [Warning]($block.attrs('warning'))
14+
>## [Warning]($block.attrs('warning'))
1515
>
1616
>The [mason](https://github.com/williamboman/mason.nvim) package manager can only install the latest tagged release of ZLS which should **not** be used with Zig nightly/master.
1717

content/zls/editors/zed.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
---
1313

14-
># [Warning]($block.attrs('warning'))
14+
>## [Warning]($block.attrs('warning'))
1515
>Zed will automatically install the latest tagged release of ZLS. The tagged release will **not** be compatible with Zig nightly.
1616

1717
Add the following to your `settings.json`:

content/zls/guides/packaging.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
---
99

10-
># [Info]($block.attrs('note'))
10+
>## [Info]($block.attrs('note'))
1111
>
1212
> This Guide is targeted at developers who create downstream packages of ZLS.
1313

content/zls/guides/view-logs.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
---
99

10-
># [Warning]($block.attrs('warning'))
10+
>## [Warning]($block.attrs('warning'))
1111
>
1212
>A non-debug build of ZLS will not report debug logs (by default) and stack traces when ZLS crashes.
1313
>

0 commit comments

Comments
 (0)