Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some plugins to list of plugins #1291

Merged
merged 4 commits into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ The list of plugins:
* 🟢 [`remark-copy-linked-files`
](https://github.com/sergioramos/remark-copy-linked-files)
— find and copy files linked files to a destination directory
* 🟢 [`remark-corebc`
](https://github.com/bchainhub/remark-corebc)
— transforms Core Blockchain notations into markdown links
* 🟢 [`remark-corepass`
](https://github.com/bchainhub/remark-corepass)
— transform CorePass notations into markdown links
* ⚠️ [`remark-custom-blocks`
](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-custom-blocks#readme)
— new syntax for custom blocks (new node types, rehype compatible)
Expand Down Expand Up @@ -154,6 +160,9 @@ The list of plugins:
* 🟢 [`remark-extract-frontmatter`
](https://github.com/mrzmmr/remark-extract-frontmatter)
— store front matter in vfiles
* 🟢 [`remark-fediverse-user`
](https://github.com/bchainhub/remark-fediverse-user)
— transform Fediverse user notations into markdown links
* 🟢 [`remark-first-heading`
](https://github.com/laat/remark-first-heading)
— change the first heading in a document
Expand Down
Loading