No admonitions, emoji, and code highlight… #3292
-
I tried to get md admonitions, emoji, and code highlight. I added the following to the markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
use_pygments: true
auto_title: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.superfences Running Some version: √ ; mkdocs --version
mkdocs, version 1.2.3 from /home/usr/.pyenv/versions/3.10.0/lib/python3.10/site-packages/mkdocs (Python 3.10)
√ ; pip show mkdocs-material
Name: mkdocs-material
Version: 8.0.2
Summary: A Material Design theme for MkDocs
Home-page: https://squidfunk.github.io/mkdocs-material/
Author: Martin Donath
Author-email: [email protected]
License: MIT
Location: /home/usr/.pyenv/versions/3.10.0/lib/python3.10/site-packages
Requires: jinja2, markdown, mkdocs, mkdocs-material-extensions, pygments, pymdown-extensions
√ ; python --version
Python 3.10.0 What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
facelessuser
Dec 2, 2021
Replies: 1 comment 6 replies
-
Indent your extension options by two more spaces. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
kierun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indent your extension options by two more spaces.