DeprecationWarning when using pymdownx/tabbed #2346
Answered
by
facelessuser
maybenikhil
asked this question in
Q&A
-
Hello! I'm using pymdownx tabbed for a docs project, and it seems to have a deprecation warning. This is the output: docs-docs-1 | INFO - DeprecationWarning: 'get_name' is deprecated. Use `render_inner_html` and `striptags` instead.
docs-docs-1 | File "/usr/local/lib/python3.11/site-packages/pymdownx/tabbed.py", line 377, in run
docs-docs-1 | text = toc.get_name(label)
docs-docs-1 | File "/usr/local/lib/python3.11/site-packages/markdown/util.py", line 128, in deprecated_func
docs-docs-1 | warnings.warn(
docs-docs-1 |
docs-docs-1 | INFO - DeprecationWarning: 'stashedHTML2text' is deprecated. Use `run_postprocessors`, `render_inner_html` and/or `striptags` instead.
docs-docs-1 | File "/usr/local/lib/python3.11/site-packages/pymdownx/tabbed.py", line 378, in run
docs-docs-1 | innertext = toc.unescape(toc.stashedHTML2text(text, self.md))
docs-docs-1 | File "/usr/local/lib/python3.11/site-packages/markdown/util.py", line 128, in deprecated_func
docs-docs-1 | warnings.warn( I'm curious if this will get fixed or if this is not currently really an issue. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
facelessuser
Mar 31, 2024
Replies: 1 comment 1 reply
-
This slipped under my radar. It should be easy to account for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
facelessuser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This slipped under my radar. It should be easy to account for.