lxndrblz / anatole

Anatole is a minimalistic two-column theme for Hugo.
https://themes.gohugo.io/themes/anatole/
MIT License
651 stars 363 forks source link

Race Condition Between highlight.js and mermaid.js #378

Closed francisafu closed 1 year ago

francisafu commented 1 year ago

Describe the bug When enable syntax highlight and mermaid both, mermaid could not rendered correctly.

To Reproduce Steps to reproduce the behavior:

  1. Enable Syntax Highlight
  2. Enable Mermaid
  3. Use Code Blocks with Mermaid
  4. See error, Mermaid Rendered as Normal Code

Expected behavior Expected to be rendered correctly

mermaid

francisafu commented 1 year ago

Well, after I updated to the latest version, I found that problem solved.