diff options
author | Erasin Wang | 2023-03-12 16:56:54 +0000 |
---|---|---|
committer | GitHub | 2023-03-12 16:56:54 +0000 |
commit | 221a4ac8831e5bca08375f652d19bfc8039e0f1d (patch) | |
tree | e7bfb60af35b155e7f34dfeed2052a3cab3aa2f4 /book/src | |
parent | 14f1a62367fe70456201c0a64174b643cf294fdd (diff) |
Theme onelight add inlay-hint (#6276)
- fix: add `markup.strikethrough` for theme.md
- add virtual.inlay-hint
- fix ui.virtual.wrap
- rename light-white to grey-300
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index 929f821e..d054da5e 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -230,6 +230,7 @@ We use a similar set of scopes as - `numbered` - `bold` - `italic` + - `strikethrough` - `link` - `url` - URLs pointed to by links - `label` - non-URL link references |