From my experience this is prone to future errors once a plugin is updated, for example, or WordPress core changes something regarding block markup.
Would it be possible to make the plugin output a simple inline HTML comment markup (such as is the case with core/site-logo block with its <!-- wp:site-logo /--> markup), something like:
I'm trying to add this block into my theme's template parts and noticed it outputs a full HTML markup in editor, such as:
From my experience this is prone to future errors once a plugin is updated, for example, or WordPress core changes something regarding block markup.
Would it be possible to make the plugin output a simple inline HTML comment markup (such as is the case with
core/site-logo
block with its<!-- wp:site-logo /-->
markup), something like:Thank's for consideration!