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
I tried to highlight some python code with prism, and looks like it has a bug with triple-quote python strings with hash. Prism highlights it like comment:
when i removed hash from string - everything was fine:
The text was updated successfully, but these errors were encountered:
Hi. Comment-like substrings are a known issue. But I think we could prioritize triple-quoted strings over single-line comments in Python.
I'll look into it tonight.
I tried to highlight some python code with prism, and looks like it has a bug with triple-quote python strings with hash. Prism highlights it like comment:
when i removed hash from string - everything was fine:
The text was updated successfully, but these errors were encountered: