Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symbitic/remark-plugins
Remark plugins for Markbook
https://github.com/symbitic/remark-plugins
remark remark-plugin
Last synced: about 1 month ago
JSON representation
Remark plugins for Markbook
- Host: GitHub
- URL: https://github.com/symbitic/remark-plugins
- Owner: Symbitic
- License: mit
- Created: 2019-04-08T17:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:07:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T16:09:56.232Z (about 2 months ago)
- Topics: remark, remark-plugin
- Language: TypeScript
- Size: 2.27 MB
- Stars: 14
- Watchers: 3
- Forks: 7
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Remark Plugins
[![CI/CD Status](https://github.com/Symbitic/remark-plugins/workflows/main/badge.svg)](https://github.com/Symbitic/remark-plugins/actions)
[![MIT License](https://img.shields.io/github/license/Symbitic/remark-plugins)](https://github.com/Symbitic/remark-plugins/blob/master/LICENSE.md)
[![stars](https://img.shields.io/github/stars/Symbitic/remark-plugins.svg)](https://github.com/Symbitic/remark-plugins)This is a collection of [**remark**](https://remark.js.org) plugins that were developed as part of my other project: [Markbook](https://github.com/Symbitic/markbook)
Feel free to contribute by submitting pull requests. Just make sure you follow the [Code of Conduct](CODE_OF_CONDUCT.md) and your submissions include unit tests.
[![BuyMeACoffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/qh0rXkiCd)
## Packages
* [**remark-bibliography**](packages/remark-bibliography/README.md)
Adds support for citations syntax and references using an external bibliography. Supports BibJSON and Chicago-style citations. Requires `remark-meta`.
* [**remark-deflist**](packages/remark-deflist/README.md)
Adds support for pandoc-style definition lists syntax.
* [**remark-meta**](packages/remark-meta/README.md)
Add YAML/TOML metadata to a VFile during processing. Requires [remark-frontmatter](https://npmjs.com/package/remark-frontmatter).
* [**remark-redirect**](packages/remark-redirect/README.md)
Changes links that refer to `.md` so that they will refer to `.html` instead (useful for rendering multiple files). Also changes links to `README.md` into `index.html`
* [**remark-supersub**](packages/remark-supersub/README.md)
Add support for Subscript and Superscript syntax.
## License
[MIT](LICENSE.md) © Alex Shaw