markbind icon indicating copy to clipboard operation
markbind copied to clipboard

Content cut off after code block in panel using includes, when both copy and wrap code plugins active

Open gerteck opened this issue 8 months ago • 0 comments

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.

Image

Image

Some warnings are also logged while using Vue dev mode (-d)

Image

Expected behavior

Don't get cut off

Anything else?

No response

gerteck avatar Apr 13 '25 09:04 gerteck