From 0a56ada037f89999c426d0b238c2679d2819656a Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:24:36 +0100 Subject: Prepare Web MathML section for Markdown conversion (#3020) * Fix md conversion errors * Fix typo from manual update :x --- files/fr/web/mathml/element/msub/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'files/fr/web/mathml/element/msub') 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 ---
{{MathMLRef}}
-

L'élément MathML <msub> est utilisé pour attaché un indice à une expression. On utilise la syntaxe suivante: <msub> base indice </msub>.

+

L'élément MathML <msub> est utilisé pour attaché un indice à une expression. On utilise la syntaxe suivante: <msub> base indice </msub>.

Attributes

-
class, id, style
-
Fournit pour être utilisé avec stylesheets.
-
href
+
class, id, style
+
Fournit pour être utilisé avec stylesheets.
+
href
Utilisé pour ajouter un hyperlien vers une URI.
-
mathbackground
+
mathbackground
La couleur d'arrière plan. Vous pouvez utiliser #rgb, #rrggbb et les noms de couleurs HTML.
-
mathcolor
+
mathcolor
La couleur du texte. Vous pouvez utiliser #rgb, #rrggbb et les noms de couleurs HTML.
-
subscriptshift
-
The minimum space by which to shift the subscript below the baseline of the expression, as a length value.
+
subscriptshift
+
The minimum space by which to shift the subscript below the baseline of the expression, as a length value.

Example

-

Image fixe: x1

+

Image fixe: x1

Rendu dans votre navigateur: X 1

-- cgit v1.2.3-54-g00ecf