I believe I have found some bugs with <script>
:
-
The use of
<script>
placed out of<head></head>
does not work automatically neither manually.
Cases of use: scripts in the footer and JSON LD
For other users: My current solution is to do not export the script and place the code manually in function.php after/* Pinegrow generated Enqueue Styles End */
-
When using JSON LD, the convert removes the attribute ´type="application/ld+json"´ which will fail to its purpose and also will cause an error in the console - wherever the script is placed.
-
Sometimes the closing tags
</body>
and</html>
are removed from my html. I noticed more in index.html. Is there any reason for that?
It makes my javascript to fail when testing the layout
Thanks