codehilite not working post upgrade #3422
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You are using some unsupported extensions. Material does not formally support Regardless of whether something incidentally worked before is inconsequential. With that said, you are free to explore using other extensions, but you may have to provide your own CSS styling to make them work. |
Beta Was this translation helpful? Give feedback.
-
@facelessuser Thank you - I've inherited the project so learning as I go. I appreciate your input. |
Beta Was this translation helpful? Give feedback.
You are using some unsupported extensions. Material does not formally support
markdown-fenced-code-tabs
. It usespymdownx.superfences
which does not usecodehilite
. Content tabs are provided bypymdownx.tabbed
extension.Regardless of whether something incidentally worked before is inconsequential. With that said, you are free to explore using other extensions, but you may have to provide your own CSS styling to make them work.