Skip to content
Snippets Groups Projects
Commit 2100fed7 authored by Goik Martin's avatar Goik Martin
Browse files

Mathml exponent requires {...}

parent ed92abf6
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,12 @@ public class _2_DigitExpressions {
* <tr>
* <td>5</td>
* <td style="color:red;">2</td>
* <td>\( 5 + 5^\color{red}{2} = 5 + 25 = 30 \)</td>
* <td>\( 5 + 5^{\color{red}{2}} = 5 + 25 = 30 \)</td>
* </tr>
* <tr>
* <td>2</td>
* <td style="color:red;">4</td>
* <td> \( 2 + 2^2 + 2^3 + 2^\color{red}{4} = 2 + 4 + 8 + 16 = 30 \)</td>
* <td> \( 2 + 2^2 + 2^3 + 2^{\color{red}{4}} = 2 + 4 + 8 + 16 = 30 \)</td>
* </tr>
*
* </tbody>
......
......@@ -37,12 +37,12 @@ public class _2_DigitExpressions {
* <tr>
* <td>5</td>
* <td style="color:red;">2</td>
* <td>\( 5 + 5^\color{red}{2} = 5 + 25 = 30 \)</td>
* <td>\( 5 + 5^{\color{red}{2}} = 5 + 25 = 30 \)</td>
* </tr>
* <tr>
* <td>2</td>
* <td style="color:red;">4</td>
* <td> \( 2 + 2^2 + 2^3 + 2^\color{red}{4} = 2 + 4 + 8 + 16 = 30 \)</td>
* <td> \( 2 + 2^2 + 2^3 + 2^{\color{red}{4}} = 2 + 4 + 8 + 16 = 30 \)</td>
* </tr>
*
* </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment