Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcansh/remark-definition-links
https://github.com/mcansh/remark-definition-links
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcansh/remark-definition-links
- Owner: mcansh
- Created: 2022-06-10T00:26:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T10:16:00.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:56:51.875Z (6 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@mcansh/remark-definition-links
- Size: 604 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.markdown
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