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
In some cases, the body tag isn't being recognized properly. This results in an output file where everything outside the body content is incorrectly removed. This happens if the body tag contains an url, for example: <body itemscope="" itemtype="http://schema.org/WebPage">
The text was updated successfully, but these errors were encountered:
Confirm the same. If the <body> tag has more than one attribute, say <body class="container" style="display:none">, it breaks. Temperory solution is to move the body styling and attributes to a child like that of below
Version: 0.3.1
In some cases, the body tag isn't being recognized properly. This results in an output file where everything outside the body content is incorrectly removed. This happens if the body tag contains an url, for example:
<body itemscope="" itemtype="http://schema.org/WebPage">
The text was updated successfully, but these errors were encountered: