Update Title.md

This commit is contained in:
Dom
2026-05-25 14:01:11 +00:00
parent b87f1cfb3d
commit 1f131610b6
+9 -2
View File
@@ -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.
## 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 `()` .