From 5661360254f428249eac740f64693bdcc05e76df Mon Sep 17 00:00:00 2001 From: nhiph1105 Date: Sun, 13 Jul 2025 23:48:40 +0700 Subject: [PATCH 1/3] Bai tap 2: Sua loi syntax header va list formatting --- exercises/sample-document.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/exercises/sample-document.md b/exercises/sample-document.md index 86e57ea..20560f2 100644 --- a/exercises/sample-document.md +++ b/exercises/sample-document.md @@ -1,27 +1,27 @@ # 🗂️ Document có lỗi Markdown - CẦN SỬA! -> ⚠️ **Chú ý:** File này cố tình có lỗi để sinh viên luyện tập sửa. Đây là bài tập 2. +⚠️ **Chú ý:** File này cố tình có lỗi để sinh viên luyện tập sửa. Đây là bài tập 2. -##Giới thiệu về GitHub +## Giới thiệu về GitHub GitHub là một platform phát triển phần mềm rất phổ biến. ### Các tính năng chính * Repository hosting -- Issue tracking +* Issue tracking * Pull requests -- Actions (CI/CD) +* Actions (CI/CD) ### Links hữu ích - [Trang chủ GitHub](https://github.com) - [Docs](https://docs.github.com) -- [Link bị hỏng](htps://broken-link.com) +- [Link bị hỏng] htps://broken-link.com -###Code Example +### Code Example Đây là ví dụ JavaScript: -``` +```json function hello() { console.log("Hello World!"); } @@ -29,24 +29,24 @@ function hello() { ## Image Example -!(GitHub Logo)[https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png] +![GitHub Logo](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png) ### Bảng so sánh Git vs GitHub -| Tính năng | Git | GitHub +| Tính năng | Git | GitHub | |----------|-----|--------| -Version Control | ✅ | ✅ -Remote Repository | ❌ | ✅ +| Version Control | ✅ | ✅ | +| Remote Repository | ❌ | ✅ | | Issue Tracking | ❌ | ✅ | -Pull Requests | ❌ | ✅ +| Pull Requests | ❌ | ✅ | -####Kết luận +#### Kết luận Git và GitHub là công cụ không thể thiếu cho developer hiện đại. **Để tìm hiểu thêm:** 1. Đọc documentation -2 Làm tutorial +2. Làm tutorial 3. Practice với project thực tế -> **Ghi chú**: File này được tạo để luyện tập sửa lỗi Markdown! +**Ghi chú**: File này được tạo để luyện tập sửa lỗi Markdown! From f5b607ce2aa382494fb6b4f007645857687d8b84 Mon Sep 17 00:00:00 2001 From: nhiph1105 Date: Mon, 14 Jul 2025 00:23:23 +0700 Subject: [PATCH 2/3] Bai tap 2: Sua loi syntax header va list formatting --- exercises/sample-document.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/sample-document.md b/exercises/sample-document.md index 20560f2..ba259f1 100644 --- a/exercises/sample-document.md +++ b/exercises/sample-document.md @@ -1,6 +1,6 @@ # 🗂️ Document có lỗi Markdown - CẦN SỬA! -⚠️ **Chú ý:** File này cố tình có lỗi để sinh viên luyện tập sửa. Đây là bài tập 2. +> ⚠️ **Chú ý:** File này cố tình có lỗi để sinh viên luyện tập sửa. Đây là bài tập 2. ## Giới thiệu về GitHub GitHub là một platform phát triển phần mềm rất phổ biến. @@ -15,7 +15,7 @@ GitHub là một platform phát triển phần mềm rất phổ biến. ### Links hữu ích - [Trang chủ GitHub](https://github.com) - [Docs](https://docs.github.com) -- [Link bị hỏng] htps://broken-link.com +- [GitHub Guides](https://guides.github.com/) ### Code Example @@ -49,4 +49,4 @@ Git và GitHub là công cụ không thể thiếu cho developer hiện đại. 2. Làm tutorial 3. Practice với project thực tế -**Ghi chú**: File này được tạo để luyện tập sửa lỗi Markdown! +> **Ghi chú:** File này được tạo để luyện tập sửa lỗi Markdown! From a11faf602c09ea0b30eabe1aaff54161f341b815 Mon Sep 17 00:00:00 2001 From: nhiph1105 Date: Mon, 14 Jul 2025 00:29:57 +0700 Subject: [PATCH 3/3] Bai tap 2: Sua loi syntax header va list formatting --- exercises/sample-document.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/sample-document.md b/exercises/sample-document.md index ba259f1..3e6cfe2 100644 --- a/exercises/sample-document.md +++ b/exercises/sample-document.md @@ -3,6 +3,7 @@ > ⚠️ **Chú ý:** File này cố tình có lỗi để sinh viên luyện tập sửa. Đây là bài tập 2. ## Giới thiệu về GitHub + GitHub là một platform phát triển phần mềm rất phổ biến. ### Các tính năng chính @@ -13,6 +14,7 @@ GitHub là một platform phát triển phần mềm rất phổ biến. * Actions (CI/CD) ### Links hữu ích + - [Trang chủ GitHub](https://github.com) - [Docs](https://docs.github.com) - [GitHub Guides](https://guides.github.com/)