mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-25 23:51:51 +00:00
Created Jump by headers in a note (markdown)
19
Jump-by-headers-in-a-note.md
Normal file
19
Jump-by-headers-in-a-note.md
Normal file
@@ -0,0 +1,19 @@
|
||||
You can jump in a note by headers.
|
||||
|
||||
```
|
||||
# TOP
|
||||
[Hello](#Hello)
|
||||
[Hello World](#Hello-World)
|
||||
|
||||
## Hello
|
||||
print('hello')
|
||||
[TOP](#TOP)
|
||||
|
||||
## Hello World
|
||||
print('hello world')
|
||||
[TOP](#TOP)
|
||||
```
|
||||
|
||||

|
||||
|
||||
ref: https://github.com/BoostIO/Boostnote/pull/812
|
||||
Reference in New Issue
Block a user