Stanescu Eduard-Dan

Results 4 issues of Stanescu Eduard-Dan

Hi, I get an error when i try to edit my yaml file. That line works fine, it's an extension for MkDocs. `Error: YAMLException: unknown tag ! (17:5)` ``` markdown_extensions:...

If i try to load the vue3-perfect-scrollbar.umd.js file into my page, i will receive an error: ``` vue3-perfect-scrollbar.umd.js :158 Uncaught ReferenceError: process is not defined at vue3-perfect-scrollbar.umd.js :158:21 at vue3-perfect-scrollbar.umd.js...

More information here: https://python-markdown.github.io/changelog/#md_globals-keyword-deprecated-from-extension-api Related to: https://github.com/yacir/markdown-fenced-code-tabs/issues/22

``` 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...