favicons.html
and quote nesting
#640
jamesbraza
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is not a plain HTML file, so plain HTML syntax detection will lead to issues. Personally, what counts for me is the rendered HTML. Introducing a mix of single/double quotes for HTML attributes to make the IDE happy is IMO not worth it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://geekdocs.de/features/theming/#full-replacement
This works in practice, though it also renders as an error in PyCharm:
Nesting with double quotes on the outside, single quotes on the inside leads to a parser error:
Nesting with single quotes on the outside, double quotes on the inside both works and doesn't give an IDE error. Like so:
Is this something worth incorporating?
Beta Was this translation helpful? Give feedback.
All reactions