mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-22 14:30:48 +00:00
Created Jump by headers in a note (markdown)
@@ -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