Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pymdownx.extra config #214

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Fix pymdownx.extra config #214

merged 1 commit into from
Sep 3, 2024

Conversation

PeaWarrior
Copy link
Contributor

Users should now be able to use mermaid without needing to use the frontend plugin

@PeaWarrior PeaWarrior force-pushed the fix-pymdownx-extra-overrides branch from 55e1160 to 943cd83 Compare August 29, 2024 21:27
@PeaWarrior PeaWarrior force-pushed the fix-pymdownx-extra-overrides branch from 943cd83 to 4b73c93 Compare August 29, 2024 21:29
@PeaWarrior PeaWarrior linked an issue Aug 29, 2024 that may be closed by this pull request
@@ -114,7 +115,6 @@ def on_config(self, config):
config["markdown_extensions"].append("pymdownx.mark")
config["markdown_extensions"].append("pymdownx.smartsymbols")
config["markdown_extensions"].append("pymdownx.snippets")
config["markdown_extensions"].append("pymdownx.superfences")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing here since pymdownx.superfences is already supplied from pymdownx.extra

Copy link
Collaborator

@awanlin awanlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@PeaWarrior PeaWarrior merged commit 8bc1e2a into main Sep 3, 2024
6 checks passed
@PeaWarrior PeaWarrior deleted the fix-pymdownx-extra-overrides branch September 3, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mermaid Diagrams
4 participants