vuepress / vuepress-community

:bulb: Community supported ecosystem for VuePress
https://vuepress-community.netlify.app
MIT License
81 stars 62 forks source link

[Bug Report] vuepress-plugin-container didn't work #37

Closed ChungZH closed 4 years ago

ChungZH commented 4 years ago

Environment

Describe the bug

Can't use container plugin. I tried the tip / warning / danger and other blocks, and they all failed

Steps To Reproduce

Screenshots

image

My website: https://chungzh.cn/2020/04/25/qt-signal-slot/

The article file on GitHub: https://github.com/ChungZH/ChungZH.github.io/blob/vuepress/blog/_posts/qt-signal-slot.md

Expected behavior

Custom block work.

Additional context

meteorlxy commented 4 years ago

Do not use Object Style. Use Babel Style instead.

https://github.com/ChungZH/ChungZH.github.io/blob/5b8585900ff54eddcb2f99304676c25b57d4a2c8/blog/.vuepress/config.js#L147-L159

Just check these three keys one more time, and you might realize the reason

ChungZH commented 4 years ago

Thank you !

arishojaei commented 2 years ago

I still have this issue.