Last active
August 17, 2021 22:42
-
-
Save ZodmanPerth/ce90e1ac74276f5e30f0905c71a91c5d to your computer and use it in GitHub Desktop.
Revisions
-
ZodmanPerth revised this gist
Aug 17, 2021 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,12 @@ // 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: // <div class="tex2jax_ignore asciimath2jax_ignore"> // <script src="https://gist.github.com/ZodmanPerth/ce90e1ac74276f5e30f0905c71a91c5d.js?file=Sample.js"></script> // </div> var linkAttributes = ` target="_blank"` linkAttributes = ` target="_blank" rel="external"` -
ZodmanPerth revised this gist
Aug 14, 2021 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ // This is a demonstration for Hexo Theme Icarus showing how Mathjax is incorrectly formatting the content // of an embedded GitHub Gist file. var linkAttributes = ` target="_blank"` linkAttributes = ` target="_blank" rel="external"` -
ZodmanPerth revised this gist
Aug 14, 2021 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ // This is a demonstration of <a href="https://github.com/ppoffice/hexo-theme-icarus/issues">Issue 22</a> // for Hexo Theme Icarus showing how Mathjax is incorrectly formatting the content of an embedded // GitHub Gist file. var linkAttributes = ` target="_blank"` linkAttributes = ` target="_blank" rel="external"` -
ZodmanPerth created this gist
Aug 14, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ var linkAttributes = ` target="_blank"` linkAttributes = ` target="_blank" rel="external"` var ClassText = `class="gallery-item"` var StyleText = `color:#7a7a7a` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Hexo Icarus Mathjax GitHub Gist issue