From 1f131610b61cecbe81a61cb25e081130966e31d3 Mon Sep 17 00:00:00 2001 From: Dom <3+dom@noreply.103.30.40.54> Date: Mon, 25 May 2026 14:01:11 +0000 Subject: [PATCH] Update Title.md --- Title.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Title.md b/Title.md index 44e48dc..709074f 100644 --- a/Title.md +++ b/Title.md @@ -1,11 +1,18 @@ The title has two formats: First: Use `=` or `-` ,with at least one symbol. -I am a first-level heading. +I am a first-level heading.. = I am a second-level haeding. - Second :Use `#` One `#` represents first-level title,two represent second-level,and so on.**No more than six levels in total.** # I am a first-level heading. -## I am a second-level heading. \ No newline at end of file +## I am a second-level heading. +# Anchor +You can jump to a heading via anchors. +The format is `[text](# heading)` +For example +[Tap to jump](#I_am_a_first-level_heading.) +Important!Do not add spaces inside the parentheses `()` . +