Does MarkDown support jumping to specific sections of other files?

Viewed 15

I'll write markdown in vscode.”

file a

"[jump](./b.md#Chapter2)"

file b

"# Chapter1"

"# Chapter2"

I want to jump directly from file A to Chapter2 in file B using the connection, but this does not seem to work, is there any way to solve this problem?

0 Answers
Related