-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.6.5, 3.7.2
-
MOODLE_36_STABLE, MOODLE_37_STABLE
If you create Markdown Page and insert only inline math, MathJax does not render. You have to either add hidden "p" HTML tag with inline math or add some math in display style. It seems like Label and Quiz are also affected.
Steps to reproduce:
- In user editor preferences set Plain text area
- Create a page activity
- In Page content are select Markdown format from dropdown menu
- Enter this in content
\\(x+y\\)
- Save changes
Expected behavior: Formula is rendered as math formula
Actual behavior: plain text is displayed
- Add extra line
$$ssss$$
- Save changes
- Note that both formulas are rendered correctly as math formulas