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
If pygments.rb isn't present then the output isn't readable/correct; it appears to be partially rendering the file content into the page as actual markup, triggering JavaScript events, malformed Ajax calls, and the like. You can see in the image below that the top-level <html> tags aren't displaying as part of the escaped layout in the right panel.
I wasn't seeing an interesting backtrace, but the error was consistent on every request. I wound up just adding pygments to get highlighted output. If you'd like help gathering more useful debugging data, let me know and I'll play around without pygments enabled again.
The text was updated successfully, but these errors were encountered:
If pygments.rb isn't present then the output isn't readable/correct; it appears to be partially rendering the file content into the page as actual markup, triggering JavaScript events, malformed Ajax calls, and the like. You can see in the image below that the top-level
<html>
tags aren't displaying as part of the escaped layout in the right panel.I wasn't seeing an interesting backtrace, but the error was consistent on every request. I wound up just adding pygments to get highlighted output. If you'd like help gathering more useful debugging data, let me know and I'll play around without pygments enabled again.
The text was updated successfully, but these errors were encountered: