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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
To support the latest SyntaxHighlighter in the laziest way possible, I had to modify the compiled code so that it still added in a global SyntaxHighlighter object attached to window. To fix this properly, we need to be able to use requirejs from within the extension.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To support the latest SyntaxHighlighter in the laziest way possible, I had to modify the compiled code so that it still added in a global
SyntaxHighlighter
object attached towindow
. To fix this properly, we need to be able to use requirejs from within the extension.The text was updated successfully, but these errors were encountered: