1.0.3 • Published 8 years ago

marked-id-no-overlap v1.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

marked-id-no-overlap

honeo/marked-id-no-overlap
marked-id-no-overlap

なにこれ

markedのRendererを弄ってid属性値を重複しないようにしたやつ。

example

# HOGE
## hoge
## hoge
## ほげ
# 1 2 3
<h1 id="HOGE">HOGE</h1>
	<h2 id="hoge">hoge</h2>
	<h2 id="hoge2">hoge</h2>
	<h2 id="ほげ">ほげ</h2>
<h1 id="1_2_3">1 2 3</h1>

使い方

$ npm i -S marked-id-no-overlap
import marked from 'marked-id-no-overlap';
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago