Skip to content

Commit 35ac93f

Browse files
authored
Add @ref links to func names in themes.md (#5585)
1 parent 4be2cde commit 35ac93f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/src/explanations/theming/themes.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ You can set attributes whenever you create an object, or you define a general st
55

66
There are three functions you can use for that purpose:
77

8-
```julia
9-
set_theme!
10-
update_theme!
11-
with_theme
12-
```
8+
- [`set_theme!`](@ref)
9+
- [`update_theme!`](@ref)
10+
- [`with_theme`](@ref)
1311

1412
There are also [Predefined themes](@ref) that may form a useful starting point.
1513

0 commit comments

Comments
 (0)