From ab04367dd2422057c6e65d39b866ca78432241f8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 May 2024 04:24:03 +0000 Subject: [PATCH 1/6] Create index.md file --- index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.md diff --git a/index.md b/index.md new file mode 100644 index 0000000..e69de29 From a6bac2621ab39c51e1ab1644c09bf5cab48aa05b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 May 2024 04:24:04 +0000 Subject: [PATCH 2/6] Update to 1 in STEP and README.md --- .github/script/STEP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/script/STEP b/.github/script/STEP index 573541a..d00491f 100644 --- a/.github/script/STEP +++ b/.github/script/STEP @@ -1 +1 @@ -0 +1 From b722d904e748115464ed371df16d6530a8aa3231 Mon Sep 17 00:00:00 2001 From: WeiShenL <79853365+WeiShenL@users.noreply.github.com> Date: Thu, 9 May 2024 12:28:59 +0800 Subject: [PATCH 3/6] test --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index e69de29..42ea054 100644 --- a/index.md +++ b/index.md @@ -0,0 +1 @@ +#

Hello, i am testing

From f1d9ecb559e0e452ec9e6992d75c431ac0589f1c Mon Sep 17 00:00:00 2001 From: WeiShenL <79853365+WeiShenL@users.noreply.github.com> Date: Thu, 9 May 2024 12:29:57 +0800 Subject: [PATCH 4/6] add img --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 42ea054..b416acc 100644 --- a/index.md +++ b/index.md @@ -1 +1,2 @@ #

Hello, i am testing

+![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png) From acb6a0b0a2cc466c9e8aca4fdadf82b6e0f119da Mon Sep 17 00:00:00 2001 From: WeiShenL <79853365+WeiShenL@users.noreply.github.com> Date: Thu, 9 May 2024 12:30:49 +0800 Subject: [PATCH 5/6] add code --- index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.md b/index.md index b416acc..62ee1f7 100644 --- a/index.md +++ b/index.md @@ -1,2 +1,7 @@ #

Hello, i am testing

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png) + +``` +$ git init +Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/ +``` From 59b929e303e812ed1a13b9fe74acce222fdbcb45 Mon Sep 17 00:00:00 2001 From: WeiShenL <79853365+WeiShenL@users.noreply.github.com> Date: Thu, 9 May 2024 12:32:37 +0800 Subject: [PATCH 6/6] Update index.md --- index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.md b/index.md index 62ee1f7..96f658f 100644 --- a/index.md +++ b/index.md @@ -5,3 +5,6 @@ $ git init Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/ ``` +- [x] List syntax is required +- [x] This item is complete +- [ ] This item is not complete