mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
docs: fix emoji stuff
fec90ae04b
didn't fix this the way I
thought it would.
refs: https://github.com/wez/wezterm/issues/4489
This commit is contained in:
parent
2a022399bb
commit
ee73f26436
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,6 +15,7 @@ dhat-heap.json
|
|||||||
/termwiz/codegen/target
|
/termwiz/codegen/target
|
||||||
/termwiz/codegen/Cargo.lock
|
/termwiz/codegen/Cargo.lock
|
||||||
/gh_pages/
|
/gh_pages/
|
||||||
|
/.cache/
|
||||||
/docs/releases.json
|
/docs/releases.json
|
||||||
/docs/SUMMARY.md
|
/docs/SUMMARY.md
|
||||||
/docs/cli/cli/index.md
|
/docs/cli/cli/index.md
|
||||||
|
@ -114,6 +114,9 @@ markdown_extensions:
|
|||||||
- pymdownx.pathconverter:
|
- pymdownx.pathconverter:
|
||||||
base_path: "./docs"
|
base_path: "./docs"
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
|
Loading…
Reference in New Issue
Block a user