Skip to content

Symbitic/remark-plugins

Repository files navigation

Remark Plugins

CI/CD Status MIT License stars

This is a collection of remark plugins that were developed as part of my other project: Markbook

Feel free to contribute by submitting pull requests. Just make sure you follow the Code of Conduct and your submissions include unit tests.

BuyMeACoffee

Packages

  • remark-bibliography

    Adds support for citations syntax and references using an external bibliography. Supports BibJSON and Chicago-style citations. Requires remark-meta.

  • remark-deflist

    Adds support for pandoc-style definition lists syntax.

  • remark-meta

    Add YAML/TOML metadata to a VFile during processing. Requires remark-frontmatter.

  • remark-redirect

    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

    Add support for Subscript and Superscript syntax.

License

MIT © Alex Shaw