diff --git a/packages/learn/src/templates/Challenges/components/Side-Panel.js b/packages/learn/src/templates/Challenges/components/Side-Panel.js index a108a5b987..de29448840 100644 --- a/packages/learn/src/templates/Challenges/components/Side-Panel.js +++ b/packages/learn/src/templates/Challenges/components/Side-Panel.js @@ -40,11 +40,8 @@ export class SidePanel extends PureComponent { constructor(props) { super(props); this.bindTopDiv = this.bindTopDiv.bind(this); - // MathJax.Hub.Config({ - // tex2jax: { inlineMath: [['$', '$'], ['\\(', '\\)']] } - // }); MathJax.Hub.Config({ - tex2jax: { inlineMath: [['$$', '$$']] } + tex2jax: { inlineMath: [['$inlineMath$', '$inlineMath$']] } }); }