The default output of github-pages puts code samples into div and code. And this includes rogue syntax highlighting.
Splendor brakes this (in the gross hack) by adding spacing between every word in the generated code highlighting.
My hack on the hack was to add
But I'm not sure if that's a general solution.
The default output of github-pages puts code samples into div and code. And this includes rogue syntax highlighting.
Splendor brakes this (in the gross hack) by adding spacing between every word in the generated code highlighting.
My hack on the hack was to add
But I'm not sure if that's a general solution.