markbind
markbind copied to clipboard
Content cut off after code block in panel using includes, when both copy and wrap code plugins active
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
No response
Tell us about your environment
Win 11
MarkBind version
5.6.0
Describe the bug and the steps to reproduce it
When both plugins
"plugins": [
"codeBlockWrapButtons",
"codeBlockCopyButtons"
],
are enabled:
For a panel using the includes function with dynamic rendering, this causes all the content after a code block in a panel to disappear.
Some warnings are also logged while using Vue dev mode (-d)
Expected behavior
Don't get cut off
Anything else?
No response