Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcansh/remark-definition-links


https://github.com/mcansh/remark-definition-links

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# remark-definition-links

This plugin is based on [remark-reference-links][reference-links] and [remark-defsplit][defsplit] in that it converts inline links to a definition list, but unlike remark-defsplit it puts them all at the bottom

## Usage

An example of this plugin in action can be found in [run.mjs][example-code]

[reference-links]: https://github.com/remarkjs/remark-reference-links
[defsplit]: https://github.com/remarkjs/remark-defsplit
[example-code]: https://github.com/mcansh/remark-definition-links/blob/main/run.mjs