Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ The list of plugins:
— transform text w/ [Typograf](https://github.com/typograf)
* 🟢 [`remark-unlink`](https://github.com/remarkjs/remark-unlink)
— remove all links, references, and definitions
* 🟢 [`remark-unwrap-images`](https://github.com/remarkjs/remark-unwrap-images)
— remove the wrapping paragraph for images
* ⚠️ [`remark-unwrap-images`](https://github.com/remarkjs/remark-unwrap-images)
— remove the wrapping paragraph for images (👉 **note**: author has archived the repository; [`rehype-unwrap-images`](https://github.com/rehypejs/rehype-unwrap-images) is a similar plugin in `rehype` ecosystem and it is up to date)
Comment thread
atareversei marked this conversation as resolved.
Outdated
* 🟢 [`remark-usage`](https://github.com/remarkjs/remark-usage)
— add a usage example
* 🟢 [`remark-utf8`](https://github.com/Swizec/remark-utf8)
Expand Down
Loading