diff --git a/Jump-by-headers-in-a-note.md b/Jump-by-headers-in-a-note.md new file mode 100644 index 0000000..2fa6dc3 --- /dev/null +++ b/Jump-by-headers-in-a-note.md @@ -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) +``` + +![989127607c990844a0aa51e7a6f2cd13](https://user-images.githubusercontent.com/11307908/29446721-a87ab5a0-8428-11e7-9a59-a9311a6fc73d.gif) + +ref: https://github.com/BoostIO/Boostnote/pull/812 \ No newline at end of file