HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.12k stars 2.89k forks source link

Markmap doesn't work #2839

Closed bowenEI closed 1 year ago

bowenEI commented 1 year ago

Preliminary Checks

Description

I try to add the following code from doc to display mind map:

```markmap {height="200px"}
- Hugo Modules
  - wowchemy
  - wowchemy-plugins-netlify
  - wowchemy-plugins-netlify-cms
  - wowchemy-plugins-reveal


But it only shows the source code instead of mind map. I also try mermaid like flowchart, sequence diagram, gantt diagram, and they all work.

### Reproduction Link

https://wowchemy.com/hugo-themes/

### Steps to Reproduce

1.
2.
3.
...

### Expected Result

-

### Actual Result

-

### What Hugo Module versions does your site use?

module github.com/wowchemy/starter-hugo-academic

go 1.15

require (
    github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
    github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
    github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v0.0.0-20220917145654-342a418071ed // indirect
    github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect
)

### What operating system(s) are you seeing the problem on?

Linux

### What browser(s) are you seeing the problem on?

Microsoft Edge

### Which Wowchemy template are you using?

Academic Resumé

### What version of Hugo are you using?

Hugo Extended 0.97.3
gcushen commented 1 year ago

Closing as no details were provided to reproduce the issue and the Markmap integration renders fine in Chrome. If the mind maps aren't rendered for you in the demos, as you indicated, then it's likely that Markmap doesn't support your browser or it's being blocked by your browser. If you have an improvement to Markmap or Wowchemy, feel free to submit a PR.