Single and Double quote doesn't render properly
Created by: DerivedSkill
Issue Summary
I've tried this link to view a latex equation. Which does not render properly, it rendered like this, but it should render like this. I've also tried using MathJax version 3 by using below cdn, same things also happen there.
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
The latex was: ‘P’ f"
Steps to Reproduce:
- Use above mentioned CDN.
- Render $‘P’ f"$ this latex.
Technical details:
- MathJax Version: 3
- Client OS: Windows 10
- Browser: Firefox, Chrome, Microsoft Edge
MathJax Configuration:
MathJax = { chtml: { mtextInheritFont: true, } };
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>