From 32d694881c9d782518943538f0adb9737b33223c Mon Sep 17 00:00:00 2001 From: John Reilly Date: Fri, 10 Feb 2023 21:33:57 +0530 Subject: [PATCH] Add `remark-cloudinary-docusaurus` to list of plugins Closes GH-1090. Reviewed-by: Christian Murphy Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index cdbc6f29..c69718b4 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -55,6 +55,8 @@ The list of plugins: (👉 **note**: alternative to [`remark-capitalize`](https://github.com/zeit/remark-capitalize)) * 🟢 [`remark-cite`](https://github.com/benrbray/remark-cite) – new syntax for Pandoc-style citations +* 🟢 [`remark-cloudinary-docusaurus`](https://github.com/johnnyreilly/remark-cloudinary-docusaurus) + – allows Docusaurus to use Cloudinary to serve optimised images * 🟢 [`remark-code-blocks`](https://github.com/mrzmmr/remark-code-blocks) — select and store code blocks * 🟢 [`remark-code-extra`](https://github.com/samlanning/remark-code-extra)