// This is a demonstration for Hexo Theme Icarus showing how Mathjax is incorrectly formatting the content // of an embedded GitHub Gist file. // See https://github.com/ppoffice/hexo-theme-icarus/issues/915 // // The issue has a resolution: surround the Gist script tag with a div containing ignore classes for all // MathJax preprocessors: //
// //
var linkAttributes = ` target="_blank"` linkAttributes = ` target="_blank" rel="external"` var ClassText = `class="gallery-item"` var StyleText = `color:#7a7a7a`