You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since updating the plugin to v3.6, there has been a problem with article editing.
If "editor.php" contains HTML5 tags, it will not be rendered only when editing.
This is probably because the "loadHTML" function does not support HTML5. (#303)
To Reproduce
create a new lazy-blocks block
create a new "editor.php" template file
write HTML5 elements in "editor.php" (e.g. <nav>,<section>,<figure>...)
insert block in article
"Error loading block preview" is displayed and does not render
Warning Message
Error loading block preview: Please ensure that the output is a valid HTML structure.
The text was updated successfully, but these errors were encountered:
kurikimuchi
changed the title
Blocks containing HTML5 elements display errors and do not render when editing an article
[Issue Report] Blocks containing HTML5 elements display errors and do not render when editing an article
Mar 19, 2024
Report an unexpected error.
Issue description:
Since updating the plugin to v3.6, there has been a problem with article editing.
If
"editor.php"
contains HTML5 tags, it will not be rendered only when editing.This is probably because the
"loadHTML"
function does not support HTML5. (#303)To Reproduce
"editor.php"
template file"editor.php"
(e.g.<nav>
,<section>
,<figure>
...)Warning Message
Version:
Screenshot:
Example Code:
[ editor.php ]
Best Regards.
The text was updated successfully, but these errors were encountered: