We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f5f9d commit a463611Copy full SHA for a463611
docs/src/index.md
@@ -5,14 +5,14 @@ syntax highlight Julia code using `JuliaSyntax` and `StyledStrings`.
5
6
It is intended for use across the standard library, and the wider ecosystem.
7
8
-## Functions
+## [Functions](@id stdlib-jsh-api)
9
10
```@docs
11
JuliaSyntaxHighlighting.highlight
12
JuliaSyntaxHighlighting.highlight!
13
```
14
15
-## Faces
+## [Faces](@id stdlib-jsh-faces)
16
17
The `highlight`/`highlight!` methods work by applying custom faces to Julia
18
code. As part of the standard library, these faces use privileged face names, of
0 commit comments