Merge pull request #20539 from edx/usama/learner-7023-Mathjax-Configurations
MathJax Output Format in LMS Issue: MathJax expressions were not rendering properly in the drop-down menu. Reason: MathJax SVG configurations do not work properly in case of a drop-down menu. Solution: The output format for MathJax expressions changed from SVG to HTML to allow the MathJax rendering in the drop-down menu as well.
Showing
- common/static/common/js/discussion/mathjax_include.js 1 addition, 1 deletioncommon/static/common/js/discussion/mathjax_include.js
- common/templates/mathjax_include.html 1 addition, 1 deletioncommon/templates/mathjax_include.html
- common/test/acceptance/pages/lms/problem.py 3 additions, 3 deletionscommon/test/acceptance/pages/lms/problem.py
- common/test/acceptance/pages/lms/tab_nav.py 1 addition, 1 deletioncommon/test/acceptance/pages/lms/tab_nav.py
- common/test/acceptance/tests/discussion/test_discussion.py 6 additions, 2 deletionscommon/test/acceptance/tests/discussion/test_discussion.py
- lms/static/lms/js/spec/main.js 1 addition, 1 deletionlms/static/lms/js/spec/main.js
Please register or sign in to comment