Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown-it-named-headers and adjust to use Japanese or Chinese #812

Merged
merged 1 commit into from
Aug 18, 2017
Merged

Add markdown-it-named-headers and adjust to use Japanese or Chinese #812

merged 1 commit into from
Aug 18, 2017

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