From a2ed0103ec7290da431a53d0961b3d72d03ab35f Mon Sep 17 00:00:00 2001 From: lau626 <33369549+lau626@users.noreply.github.com> Date: Sun, 11 Nov 2018 23:47:08 -0800 Subject: [PATCH] Unwanted underscores in search result and incorrect URL - fixing #24573 (#28441) * fixing #24573 fixing #24573 - Guide: Let and Const - Unwanted underscores in search result and incorrect URL - changed underscore to hyphen, same problem was also happening with arrow_functions https://github.com/freeCodeCamp/freeCodeCamp/issues/24573 * fix: added 3 backticks for code sections --- .../index.md | 40 +++++++++++-------- .../index.md | 4 +- .../index.md | 4 +- .../index.md | 4 +- .../index.md | 4 +- 5 files changed, 32 insertions(+), 24 deletions(-) diff --git a/guide/arabic/javascript/tutorials/how-to-create-a-dropdown-menu-with-css-and-javascript/index.md b/guide/arabic/javascript/tutorials/how-to-create-a-dropdown-menu-with-css-and-javascript/index.md index 719d888964..8a8b827a5b 100644 --- a/guide/arabic/javascript/tutorials/how-to-create-a-dropdown-menu-with-css-and-javascript/index.md +++ b/guide/arabic/javascript/tutorials/how-to-create-a-dropdown-menu-with-css-and-javascript/index.md @@ -28,7 +28,7 @@ localeTitle: كيفية إنشاء قائمة منسدلة باستخدام CSS في هذا القسم ، سنناقش تنفيذ شفرة HTML للصفحة التجريبية. للبدء ، دعنا نرى الرمز `` - ` +```html @@ -40,13 +40,13 @@ localeTitle: كيفية إنشاء قائمة منسدلة باستخدام CSS -` +``` هذا هو الأساس الأساسي لنموذج HTML الرئيسي ، باستثناء علامات `link` تحمّل صحيفتي أنماط CSS التي سنستخدمها في هذا البرنامج التعليمي: الأنماط `styles.css` ، وملف `styles.css` ، حيث `styles.css` أنماط هذه الصفحة. ثم ، ما تبقى من ملف HTML ، الجسم: - ` +```html