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/ruby/index.md | |
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/ruby/index.md')
-rw-r--r-- | files/fr/glossary/ruby/index.md | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/files/fr/glossary/ruby/index.md b/files/fr/glossary/ruby/index.md index 5cb42e0ce6..9a98a58320 100644 --- a/files/fr/glossary/ruby/index.md +++ b/files/fr/glossary/ruby/index.md @@ -8,19 +8,15 @@ tags: translation_of: Glossary/Ruby original_slug: Glossaire/Ruby --- -<p><em>Ruby</em> est un langage de programmation open-source. Dans le domaine du {{glossary("world wide web","web")}}, Ruby est souvent utilisé côté serveur avec le framework <em>Ruby On Rails</em> (ROR) pour développer des applications/sites web.</p> +_Ruby_ est un langage de programmation open-source. Dans le domaine du {{glossary("world wide web","web")}}, Ruby est souvent utilisé côté serveur avec le framework _Ruby On Rails_ (ROR) pour développer des applications/sites web. -<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><a href="https://fr.wikipedia.org/wiki/Ruby">Ruby</a> sur Wikipédia</li> -</ul> +- [Ruby](https://fr.wikipedia.org/wiki/Ruby) sur Wikipédia -<h3 id="Référence_technique">Référence technique</h3> +### Référence technique -<ul> - <li><a href="https://www.ruby-lang.org">Site web officiel de Ruby</a></li> - <li><a href="http://rubyonrails.org/">Site web officiel de Ruby On Rails</a></li> -</ul> +- [Site web officiel de Ruby](https://www.ruby-lang.org) +- [Site web officiel de Ruby On Rails](http://rubyonrails.org/) |