1.0.0 • Published 9 months ago

remark-heading-default-id v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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 🐟