Forum Discussion
JohnDallas-80f1
8 years agoCommunity Member
How to add Accessible Mathematics to your rise course. (Including Super and Sub Scripts and Formulas)
Edit 1: Updated with JS to check for dynamically created content.
Edit 2: Updated with /content/lib/main.bundle.js script injection needed for continue buttons and other dynamic content.
Her...
JohnDallas-80f1
8 years agoCommunity Member
I wonder if you need to add this code:
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
source: https://tex.stackexchange.com/questions/27633/mathjax-inline-mode-not-rendering
- RobVogt8 years agoCommunity Member
that did the trick! Thanks!