Commit 1532878
authored
Fix check for superfences config when loaded via pymdownx.extra
The check for the `superfences` config failed when `superfences` was loaded by `pymdownx.extra`. In particular, this means that the plugin failed to work with the defaults set up by Spotify's `techdocs-core` plugin. In this PR, the check is adapted to also check for the `pymdownx.superfences` configuration inside the `pymdownx.extra` configuration.1 parent aa7a774 commit 1532878
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
0 commit comments