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
TLDR Prism has a legacy assumption that you're going to render your code statically and so it calls its highlightAll method under the hood to replace everything with the tokenized spans after JS has loaded. I think it searches for elements matching the .prism-code selector, so that's probably why it hasn't been noticed but the code is still being executed unnecessarily.