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
With the Autolinker plugin enabled, Prism mistakenly replaces some percent signs and digits. I've only seen this in Java but other languages might be affected as well.
Something important to note here though, is that this doesn't happen if only the Java language is included in the Prism object. It's when you add all the others that this is reproducible, so I'm guessing it's some sort of conflict with the grammar or hooks for another language.
With the Autolinker plugin enabled, Prism mistakenly replaces some percent signs and digits. I've only seen this in Java but other languages might be affected as well.
would become:
Here's a minimal reproduction: https://codesandbox.io/s/r5o7ny0x74
Something important to note here though, is that this doesn't happen if only the Java language is included in the Prism object. It's when you add all the others that this is reproducible, so I'm guessing it's some sort of conflict with the grammar or hooks for another language.
Reference: refined-bitbucket/refined-bitbucket#264
The text was updated successfully, but these errors were encountered: