Skip to content

Commit a463611

Browse files
committed
Add custom IDs to docs sections
1 parent 42f5f9d commit a463611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ syntax highlight Julia code using `JuliaSyntax` and `StyledStrings`.
55

66
It is intended for use across the standard library, and the wider ecosystem.
77

8-
## Functions
8+
## [Functions](@id stdlib-jsh-api)
99

1010
```@docs
1111
JuliaSyntaxHighlighting.highlight
1212
JuliaSyntaxHighlighting.highlight!
1313
```
1414

15-
## Faces
15+
## [Faces](@id stdlib-jsh-faces)
1616

1717
The `highlight`/`highlight!` methods work by applying custom faces to Julia
1818
code. As part of the standard library, these faces use privileged face names, of

0 commit comments

Comments
 (0)