-
Some specific article report the following error in console:
However, article like this won't report error. Is this a bug? How to fix it? Here is my repo of source code. |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jul 12, 2023
Replies: 2 comments
-
Did you configure content tabs correctly? It's likely related to the missing markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
squidfunk
-
Thanks @squidfunk It worked! You are my hero! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you configure content tabs correctly? It's likely related to the missing
alternate_style
setting: