Skip to content

Commit

Permalink
fix: Match self-closing tag style in sample (mdn#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Jan 7, 2021
1 parent b48f29a commit 8a254b8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion files/en-us/web/mathml/element/mmultiscripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,18 @@ <h3 id="Using_&lt;none&gt;">Using <code>&lt;none/&gt;</code></h3>

<p>Sample rendering: <img alt="" src="/files/3222/mmultiscripts_none.png" style="margin-left: 10px; vertical-align: middle;"></p>

<p>Rendering in your browser: <math> <mmultiscripts> <mi>X</mi> <none></none> <mi>c</mi> <mprescripts></mprescripts> <mi>b</mi> <none></none> </mmultiscripts> </math></p>
<p>Rendering in your browser:
<math>
<mmultiscripts>
<mi>X</mi>
<none />
<mi>c</mi>
<mprescripts />
<mi>b</mi>
<none />
</mmultiscripts>
</math>
</p>

<pre class="brush: html notranslate">&lt;math&gt;

Expand Down

0 comments on commit 8a254b8

Please sign in to comment.