-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
environmentEnviropnment issue (libraries, etc.)Enviropnment issue (libraries, etc.)keep in mindKeep that issue in mind, coul be useful later.Keep that issue in mind, coul be useful later.resolvedThe question was resolvedThe question was resolveduseful tipContains a useful tip to solve the issueContains a useful tip to solve the issuewontfixThe code will not be changedThe code will not be changed
Description
I add following config to my mkdocs.yml
:
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
Then my mermaid figure renders normally, while other latex formulars in the same page cannot render. I use extra_javascript
for rendering latex formulars:
extra_javascript:
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js
How can I solve this problem? Thank you!
Metadata
Metadata
Assignees
Labels
environmentEnviropnment issue (libraries, etc.)Enviropnment issue (libraries, etc.)keep in mindKeep that issue in mind, coul be useful later.Keep that issue in mind, coul be useful later.resolvedThe question was resolvedThe question was resolveduseful tipContains a useful tip to solve the issueContains a useful tip to solve the issuewontfixThe code will not be changedThe code will not be changed