File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,10 @@ which are currently exclusively available to sponsors:
174
174
175
175
<div class =" mdx-columns " markdown >
176
176
177
+ - [x] [ Tooltips] :material-new-box:
177
178
- [x] [ Chinese search support] :material-new-box:
178
179
- [x] [ Tag icons] :material-new-box:
179
- - [x] [ Card grids] :material-new-box:
180
+ - [x] [ Card grids]
180
181
- [x] [ Offline plugin]
181
182
- [x] [ Privacy plugin]
182
183
- [x] [ Table of contents anchor following]
@@ -277,11 +278,13 @@ are released for general availability.
277
278
278
279
- [x] [ Privacy plugin]
279
280
- [x] [ Card grids]
281
+ - [x] [ Tooltips]
280
282
- [ ] [ Instant previews]
281
283
- [ ] and much more, to be announced ...
282
284
283
285
[ Privacy plugin ] : ../setup/ensuring-data-privacy.md
284
286
[ Card grids ] : ../reference/grids.md
287
+ [ Tooltips ] : ../reference/tooltips.md
285
288
[ Instant previews ] : https://twitter.com/squidfunk/status/1466794654213492743
286
289
287
290
### Goals completed
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ markdown_extensions:
97
97
- pymdownx.superfences
98
98
` ` `
99
99
100
- [reference]: ../../reference/abbreviations .md
100
+ [reference]: ../../reference/tooltips .md
101
101
102
102
### Recommended configuration
103
103
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ See reference for usage:
559
559
560
560
[Snippets] : https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
561
561
[Snippets support] : https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0
562
- [Adding a glossary] : ../../reference/abbreviations .md#adding-a-glossary
562
+ [Adding a glossary] : ../../reference/tooltips .md#adding-a-glossary
563
563
[Embedding external files] : ../../reference/code-blocks.md#embedding-external-files
564
564
565
565
# ## SuperFences
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ No configuration options are available. See reference for usage:
34
34
35
35
[Abbreviations]: https://python-markdown.github.io/extensions/abbreviations/
36
36
[Abbreviations support]: https://github.com/squidfunk/mkdocs-material/releases/tag/1.0.0
37
- [Adding abbreviations]: ../../reference/abbreviations .md#adding-abbreviations
38
- [Adding a glossary]: ../../reference/abbreviations .md#adding-a-glossary
37
+ [Adding abbreviations]: ../../reference/tooltips .md#adding-abbreviations
38
+ [Adding a glossary]: ../../reference/tooltips .md#adding-a-glossary
39
39
40
40
### Admonition
41
41
You can’t perform that action at this time.
0 commit comments