We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<!-- prettier-ignore --> { showStyleURL && ( <pre id="style-url-pre"> <code id="style-url-code">https://tiles.openfreemap.org/styles/liberty</code> </pre> ) } <script is:inline src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
gets reformatted into:
<!-- prettier-ignore --> { showStyleURL && ( <pre id="style-url-pre"> <code id="style-url-code">https://tiles.openfreemap.org/styles/liberty</code> </pre> ) } script is:inline src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
(emphasis is on last lines missing < tag)
check snippet
The text was updated successfully, but these errors were encountered:
Duplicate of #338
(The root cause is the same, even if that issue showcase a different situation)
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
gets reformatted into:
(emphasis is on last lines missing < tag)
Steps to Reproduce
check snippet
The text was updated successfully, but these errors were encountered: