Files
Markdown/Heading.md
T
2026-05-26 06:43:53 +00:00

549 B

The title has two formats:
First: Use = or - ,with at least one symbol.

I am a first-level heading..

I am a second-level heading.

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.

Anchor

You can jump to a heading via anchors.
The format is [text](# heading) For example
Tap to jump
Important!Do not add spaces inside the parentheses () .