mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Merge pull request #820 from n8n-io/small-fixes-post-ia
restore emoji support
This commit is contained in:
@@ -35,6 +35,10 @@ markdown_extensions:
|
||||
- pymdownx.details
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences Used for tags, setting unique templates for certain pages, and other custom frontmatter.
|
||||
- meta
|
||||
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
|
||||
- pymdownx.highlight:
|
||||
linenums: true
|
||||
|
||||
Reference in New Issue
Block a user