From 8882331328491396998c5bf974a1a1dfc6e61c95 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:22:17 +0900 Subject: [PATCH] Clean up README formatting Removed an unnecessary line break before the section on high-level languages. https://github.com/microsoft/Web-Dev-For-Beginners/edit/main/1-getting-started-lessons/1-intro-to-programming-languages/README.md #PingMSFTDocs --- .../1-intro-to-programming-languages/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/README.md b/1-getting-started-lessons/1-intro-to-programming-languages/README.md index 79d32a10b8..ab1bbf3027 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/README.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/README.md @@ -167,7 +167,6 @@ flowchart TB style D fill:#fff3e0 style H fill:#e8f5e8 ``` - ### Let Me Show You Why High-Level Languages Are So Much Friendlier Alright, I'm about to show you something that perfectly demonstrates why I fell in love with high-level languages, but first – I need you to promise me something. When you see that first code example, don't panic! It's supposed to look intimidating. That's exactly the point I'm making!