Skip to content

Jump by a header in a note

SuenagaRyota edited this page Oct 4, 2017 · 1 revision

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)

989127607c990844a0aa51e7a6f2cd13

ref: https://github.com/BoostIO/Boostnote/pull/812

Clone this wiki locally