This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

remark-heading-default-id

1.0.0 • Public • Published

remark-heading-default-id

The remark plugin for supporting custom heading id and Default Id

Custom Heading Input

### My Great Heading {#custom-id}

Custom Heading Output

<h3 id="custom-id">My Great Heading</h3>

Default Heading Input

### My Great Heading

Default Heading Output

<h3 id="my-great-heading">My Great Heading</h3>

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by spikeon, moyuyc95@gmail.com.
Based on work by imcuttle, moyuyc95@gmail.com.

License

MIT - spikeon 🐟

Package Sidebar

Install

npm i remark-heading-default-id

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.26 kB

Total Files

11

Last publish

Collaborators

  • spikeon