From ff77130e72853aa0130f7139de6e24d2812ba8e6 Mon Sep 17 00:00:00 2001 From: f97c0beb06ab39a31030dce5c388d0fd Date: Tue, 10 Jun 2025 15:32:38 +0000 Subject: [PATCH] Update Notebook-HengkuanZhang.md --- Notebook-HengkuanZhang.md | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/Notebook-HengkuanZhang.md b/Notebook-HengkuanZhang.md index ef980ff..63ea4ad 100644 --- a/Notebook-HengkuanZhang.md +++ b/Notebook-HengkuanZhang.md @@ -1,2 +1,48 @@ # Notebook + ## Mission 1 + +1. Research and history function + + In the GitLab interface (top right), a text entry field intialized with the text “Search or jump to ...” permits to search for a character string in all files of the current project. + +2. How to use Markdown + + 1. Headers + + Using #, number of # represents the level of tag. + + 2. Emphasis + + *This text will be italic* + + _This will also be italic_ + + **This text will be bold** + + __This will also be bold__ + + _You **can** combine them_ + + 3. Bullet list + + Using - + + 4. Numbered list + + Using numbers like 1. 2. + + 5. Hypertext link + + e.g. [CSC](https://www.csc.edu.cn/chuguo) + + 6. Code + + ``` + Less is more. + ``` + + + + + \ No newline at end of file -- 2.18.1