diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 08:24:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 08:24:36 +0100 |
commit | 0a56ada037f89999c426d0b238c2679d2819656a (patch) | |
tree | 6f4219f7630adc0402939be5e2324a9351a6c6d5 /files/fr/web/mathml/element/msub | |
parent | f5bc500bbe47d197cf8cb7d54b313534bcb3f3bf (diff) | |
download | translated-content-0a56ada037f89999c426d0b238c2679d2819656a.tar.gz translated-content-0a56ada037f89999c426d0b238c2679d2819656a.tar.bz2 translated-content-0a56ada037f89999c426d0b238c2679d2819656a.zip |
Prepare Web MathML section for Markdown conversion (#3020)
* Fix md conversion errors
* Fix typo from manual update :x
Diffstat (limited to 'files/fr/web/mathml/element/msub')
-rw-r--r-- | files/fr/web/mathml/element/msub/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/files/fr/web/mathml/element/msub/index.html b/files/fr/web/mathml/element/msub/index.html index d238453489..364b6c9d94 100644 --- a/files/fr/web/mathml/element/msub/index.html +++ b/files/fr/web/mathml/element/msub/index.html @@ -5,26 +5,26 @@ translation_of: Web/MathML/Element/msub --- <div>{{MathMLRef}}</div> -<p class="summary"><span class="seoSummary">L'élément MathML <code><msub></code> est utilisé pour attaché un indice à une expression.</span> On utilise la syntaxe suivante: <code><msub> base indice </msub></code>.</p> +<p>L'élément MathML <code><msub></code> est utilisé pour attaché un indice à une expression. On utilise la syntaxe suivante: <code><msub> base indice </msub></code>.</p> <h2 id="Attributes">Attributes</h2> <dl> - <dt id="attr-class-id-style">class, id, style</dt> - <dd>Fournit pour être utilisé avec <a href="/en-US/docs/CSS">stylesheets</a>.</dd> - <dt id="attr-href">href</dt> + <dt>class, id, style</dt> + <dd>Fournit pour être utilisé avec <a href="/fr/docs/CSS">stylesheets</a>.</dd> + <dt>href</dt> <dd>Utilisé pour ajouter un hyperlien vers une URI.</dd> - <dt id="attr-mathbackground">mathbackground</dt> + <dt>mathbackground</dt> <dd>La couleur d'arrière plan. Vous pouvez utiliser <code>#rgb</code>, <code>#rrggbb</code> et les <a href="/fr/docs/Web/CSS/Type_color#Les_mots-cl%C3%A9s">noms de couleurs HTML</a>.</dd> - <dt id="attr-mathcolor">mathcolor</dt> + <dt>mathcolor</dt> <dd>La couleur du texte. Vous pouvez utiliser <code>#rgb</code>, <code>#rrggbb</code> et les <a href="/fr/docs/Web/CSS/Type_color#Les_mots-cl%C3%A9s">noms de couleurs HTML</a>.</dd> - <dt id="attr-subscriptshift">subscriptshift</dt> - <dd>The minimum space by which to shift the subscript below the baseline of the expression, as a <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length value</a>.</dd> + <dt>subscriptshift</dt> + <dd>The minimum space by which to shift the subscript below the baseline of the expression, as a <a href="/fr/docs/MathML/Attributes/Values#Lengths">length value</a>.</dd> </dl> <h2 id="Example">Example</h2> -<p>Image fixe: <img alt="x1" src="/files/3202/msub.png" style="margin-left: 10px; vertical-align: middle;"></p> +<p>Image fixe: <img alt="x1" src="msub.png"></p> <p>Rendu dans votre navigateur: <math> <msub> <mi>X</mi> <mn>1</mn> </msub> </math></p> |