diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:41:03 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | bcf5375310ece1f9a90e99b270cdbae28c4d2831 (patch) | |
tree | c9b2792ee2050f4176de7fe5f777b4354b769b04 /files/fr/glossary/ecmascript | |
parent | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (diff) | |
download | translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.tar.gz translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.tar.bz2 translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.zip |
convert content to md
Diffstat (limited to 'files/fr/glossary/ecmascript')
-rw-r--r-- | files/fr/glossary/ecmascript/index.md | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/files/fr/glossary/ecmascript/index.md b/files/fr/glossary/ecmascript/index.md index 91a6268038..d586252fe0 100644 --- a/files/fr/glossary/ecmascript/index.md +++ b/files/fr/glossary/ecmascript/index.md @@ -7,18 +7,14 @@ tags: translation_of: Glossary/ECMAScript original_slug: Glossaire/ECMAScript --- -<p><strong>ECMAScript</strong> est le langage de script sur lequel {{glossary("JavaScript")}} est basé. <a href="http://www.ecma-international.org">Ecma International</a> a pour tâche la standardisation d'ECMAScript.</p> +**ECMAScript** est le langage de script sur lequel {{glossary("JavaScript")}} est basé. [Ecma International](http://www.ecma-international.org) a pour tâche la standardisation d'ECMAScript. -<h2 id="Pour_en_savoir_plus">Pour en savoir plus</h2> +## Pour en savoir plus -<h3 id="Culture_générale">Culture générale</h3> +### Culture générale -<ul> - <li>{{Interwiki("wikipedia", "ECMAScript")}} sur Wikipédia</li> -</ul> +- {{Interwiki("wikipedia", "ECMAScript")}} sur Wikipédia -<h3 id="Référence_technique">Référence technique</h3> +### Référence technique -<ul> - <li><a href="http://www.ecmascript.org/">ECMAScript</a></li> -</ul> +- [ECMAScript](http://www.ecmascript.org/) |