Skip to content

Commit

Permalink
fixes #574
Browse files Browse the repository at this point in the history
Excluding math types?
  • Loading branch information
clapierre committed Jan 7, 2025
1 parent 255e0ba commit b7fbdbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,11 @@ <h4>Instructions</h4>
<span><b>THEN</b> display <code id="rich-content-accessible-math-as-mathml">"Math as MathML"</code>.</span>
</li>
<li>
<span><b>ELSE IF</b> <var>math_formula_as_latex</var>:</span>
<span><b>IF</b> <var>math_formula_as_latex</var>:</span>
<span><b>THEN</b> display <code id="rich-content-accessible-math-as-latex">"Math as LaTex"</code>.</span>
</li>
<li>
<span><b>ELSE IF</b> <var>contains_math_formula</var>:</span>
<span><b>IF</b> <var>contains_math_formula</var>:</span>
<span><b>THEN</b> display <code id="rich-content-accessible-math-described">"Math as images with text description"</code>.</span>
</li>
<li>
Expand Down

0 comments on commit b7fbdbc

Please sign in to comment.