From c80cea3253f77464757c61eb7b93c9bbbf9d3c4b Mon Sep 17 00:00:00 2001 From: Yang Hanlin Date: Sat, 30 Mar 2019 23:43:47 +0800 Subject: [PATCH 1/3] Update instruction.md Add Markdown code for copying & pasting to add a badge linked to 996.icu --- externals/instruction.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/externals/instruction.md b/externals/instruction.md index 4c7941c..400dcc0 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -5,4 +5,10 @@ Add a badge to your awesome project by pasting this line in your README.md. ```html ``` + +or equivalent Markdown code + +```markdown +[![](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) +``` From 2b746052251a6afe25a8f83852f7ffae3cd594e4 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 31 Mar 2019 07:04:55 +0800 Subject: [PATCH 2/3] Update externals/instruction.md Co-Authored-By: YangHanlin --- externals/instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/instruction.md b/externals/instruction.md index 400dcc0..4b38942 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -9,6 +9,6 @@ Add a badge to your awesome project by pasting this line in your README.md. or equivalent Markdown code ```markdown -[![](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) +[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) ``` From f6e359b6959f9851d10fad4f3a26b555981561b4 Mon Sep 17 00:00:00 2001 From: Yang Hanlin Date: Sun, 31 Mar 2019 07:39:33 +0800 Subject: [PATCH 3/3] Update instruction.md Add alternative words for the badge when HTML is applied --- externals/instruction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/instruction.md b/externals/instruction.md index 4b38942..8527a91 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -3,7 +3,7 @@ Add a badge Add a badge to your awesome project by pasting this line in your README.md. ```html - +996.icu ``` or equivalent Markdown code @@ -11,4 +11,4 @@ or equivalent Markdown code ```markdown [![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) ``` - +996.icu