marked-id-no-overlap

1.0.3 • Public • Published

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';

/marked-id-no-overlap/

    Package Sidebar

    Install

    npm i marked-id-no-overlap

    Weekly Downloads

    3

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • honeo