Description
The application's HTML linter or live-preview parser is incorrectly flagging standard, valid HTML5 boilerplate as a syntax error. This breaks the preview functionality for basic markup.
Steps To Reproduce
- Navigate to the deployed Webify Editor.
- Select the HTML tab.
- Input standard HTML5 boilerplate (e.g., , , , ).
- Observe the Live Preview window.
Expected Behavior
The Live Preview should render the valid HTML silently or display the output without throwing structural exceptions.
Actual Behavior
A blocking error card renders in the preview pane stating: HTML syntax error. Expected before .

Description
The application's HTML linter or live-preview parser is incorrectly flagging standard, valid HTML5 boilerplate as a syntax error. This breaks the preview functionality for basic markup.
Steps To Reproduce
Expected Behavior
The Live Preview should render the valid HTML silently or display the output without throwing structural exceptions.
Actual Behavior
A blocking error card renders in the preview pane stating: HTML syntax error. Expected before .