1
1
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:
Wez Furlong 2023-11-04 07:45:17 -07:00
parent 2a022399bb
commit ee73f26436
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ dhat-heap.json
/termwiz/codegen/target
/termwiz/codegen/Cargo.lock
/gh_pages/
/.cache/
/docs/releases.json
/docs/SUMMARY.md
/docs/cli/cli/index.md

View File

@ -114,6 +114,9 @@ markdown_extensions:
- pymdownx.pathconverter:
base_path: "./docs"
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed: