Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0n1 committed Nov 1, 2024
1 parent f76703f commit 8501647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)'], ['$', '$']] // inline
},
startup: {
pageReady: () => {
return MathJax.startup.defaultPageReady();
}
}
};

0 comments on commit 8501647

Please sign in to comment.