Skip to content

Conversation

@asmsuechan
Copy link
Contributor

@asmsuechan asmsuechan commented Aug 18, 2017

context

I added markdown-it-named-headers for jumping by a header.

USAGE:

# TOP
[Hello](#Hello)
[Hello World](#Hello-World)

## Hello
print('hello')
[TOP](#TOP)

## Hello World
print('hello world')
[TOP](#TOP)

before

User cannot jump headers.

after

989127607c990844a0aa51e7a6f2cd13

Also, Japanese and Chinese are supported.

461d9aa15c77f84fdf6c0de71bac0e13

@asmsuechan asmsuechan merged commit 22929d8 into BoostIO:master Aug 18, 2017
@asmsuechan asmsuechan deleted the add-anchor branch August 18, 2017 23:42
This was referenced Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants