Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

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

Merged
asmsuechan merged 1 commit into
BoostIO:masterfrom
asmsuechan:add-anchor
Aug 18, 2017
Merged

Add markdown-it-named-headers and adjust to use Japanese or Chinese#812
asmsuechan merged 1 commit into
BoostIO:masterfrom
asmsuechan:add-anchor

Conversation

@asmsuechan

@asmsuechan asmsuechan commented Aug 18, 2017

Copy link
Copy Markdown
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants