From 6b5f641aa9c2d91337a5287800ae8fbf8a0890f8 Mon Sep 17 00:00:00 2001 From: Cat Tom Date: Fri, 26 Jul 2024 03:47:27 +0800 Subject: [PATCH] add --- docs/examples/index.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/examples/index.md b/docs/examples/index.md index 286a76a..aadbeb2 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -508,4 +508,27 @@ tags on separate lines and adding new lines between the tags and the content. 数学公式模块没有配置! -[Ref](https://squidfunk.github.io/mkdocs-material/reference/math) \ No newline at end of file +[Ref](https://squidfunk.github.io/mkdocs-material/reference/math) + +## Tooltips + +### Link with tooltip, inline syntax + +[Hover me](https://example.com "I'm a tooltip!") + +### Link with tooltip, reference syntax + +[Hover me][example] + + [example]: https://example.com "I'm a tooltip!" + +### Icon with tooltip + +:material-information-outline:{ title="Important information" } + +### Text with abbreviations + +The HTML specification is maintained by the W3C. + +*[HTML]: Hyper Text Markup Language +*[W3C]: World Wide Web Consortium \ No newline at end of file