Update codes to have a consistancy #2216
Closed
baseplate-admin
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Sure. A PR is welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that old syntax is used here :
pymdown-extensions/pymdownx/highlight.py
Line 484 in 5dd162a
pymdown-extensions/pymdownx/highlight.py
Line 542 in 5dd162a
It should be changed to
super().__init__(*args, *kwargs)
Beta Was this translation helpful? Give feedback.
All reactions