chore: add inline shortcode icon

* enable `enableInlineShortcodes` in config
* add markdown icon
* update hugo stats json
* clean up mermaid template
This commit is contained in:
Xin
2023-08-18 00:16:49 +01:00
parent 60ac09cd1a
commit 2b7b5622aa
5 changed files with 17 additions and 1 deletions

View File

@ -38,6 +38,8 @@ markup:
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- name: Documentation

View File

@ -69,6 +69,7 @@
"active:opacity-50",
"active:shadow-gray-200",
"active:shadow-sm",
"align-text-bottom",
"appearance-none",
"before:absolute",
"before:bg-gray-200",
@ -248,6 +249,7 @@
"hover:text-gray-800",
"hover:text-gray-900",
"hover:text-primary-600",
"icon",
"inline",
"inline-block",
"inline-flex",