We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR - Config value 'markdown_extensions': Failed to load extension 'markdown_fenced_code_tabs'. File "C:\Python\Python312\Lib\site-packages\mkdocs\config\config_options.py", line 1031, in run_validation md.registerExtensions((ext,), self.configdata) File "C:\Python\Python312\Lib\site-packages\markdown\core.py", line 181, in registerExtensions ext.extendMarkdown(self) TypeError: CodeTabsExtension.extendMarkdown() missing 1 required positional argument: 'md_globals'
Tested on markdown version: 3.6
markdown_fenced_code_tabs works with markdown < 3.4
The text was updated successfully, but these errors were encountered:
Since the owner of this repository is not taking any action, I have created a new repository that will support markdown >= 3.4
https://github.com/elmahio/markdown-fenced-code-tabs-next
Sorry, something went wrong.
No branches or pull requests
Tested on markdown version: 3.6
markdown_fenced_code_tabs works with markdown < 3.4
The text was updated successfully, but these errors were encountered: