diff --git a/docs/examples/index.md b/docs/examples/index.md index ab2d064..4c7b736 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -364,4 +364,18 @@ tags on separate lines and adding new lines between the tags and the content. 3. Nulla tempor lobortis orci ``` - \ No newline at end of file + + +## Icons & Emojis + +### Emoji + +:smile: + +### Icon + +:fontawesome-regular-face-laugh-wink: + +## Images + +[Ref](https://squidfunk.github.io/mkdocs-material/reference/images/#image-alignment-left) diff --git a/mkdocs.yml b/mkdocs.yml index bcdd28f..cdf8bb1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,8 +78,9 @@ nav: - "MkDocs 参考": examples/index.md plugins: + - search + - glightbox - tags: tags_file: blog/tags.md - - search - blog: post_url_format: "{file}" \ No newline at end of file