From 0eabc03c019eff2ee5c6cb12d1d48f6fe5b161be Mon Sep 17 00:00:00 2001 From: WhoFang Date: Wed, 16 Jul 2025 19:17:16 +0700 Subject: [PATCH] =?UTF-8?q?B=C3=A0i=20t=E1=BA=ADp=202:=20S=E1=BB=ADa=20l?= =?UTF-8?q?=E1=BB=97i=20syntax=20header=20v=C3=A0=20list=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercises/sample-document.md | 47 ++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/exercises/sample-document.md b/exercises/sample-document.md index 86e57ea..fad274e 100644 --- a/exercises/sample-document.md +++ b/exercises/sample-document.md @@ -2,51 +2,50 @@ > ⚠️ **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 +## Các tính năng chính -* Repository hosting +- Repository hosting - Issue tracking -* Pull requests +- Pull requests - Actions (CI/CD) -### Links hữu ích +## Links hữu ích - [Trang chủ GitHub](https://github.com) - [Docs](https://docs.github.com) - [Link bị hỏng](htps://broken-link.com) -###Code Example +### Code Example Đây là ví dụ JavaScript: - -``` -function hello() { + function hello() { console.log("Hello World!"); -} -``` + } + -## Image Example +#### 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 +##### Bảng so sánh Git vs GitHub -| Tính năng | Git | GitHub -|----------|-----|--------| -Version Control | ✅ | ✅ -Remote Repository | ❌ | ✅ -| Issue Tracking | ❌ | ✅ | -Pull Requests | ❌ | ✅ +| Tính năng | Git | GitHub | +| :----------------- | :-- | :----- | +| Version Control | ✅ | ✅ | +| Remote Repository | ❌ | ✅ | +| Issue Tracking | ❌ | ✅ | +| 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 -3. Practice với project thực tế + +1. Đọc documentation +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!