From d3418dd4a8a73617bc14a6a10f2a3307a96d5f36 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Mon, 26 Dec 2022 09:13:51 +0000 Subject: [PATCH 1/2] docs: add remark-cloudinary-docusaurus plugin to list Signed-off-by: John Reilly --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index cdbc6f29..4d2c02f0 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) From 8dbd6a59a124eecec9cdf07087bf5c3f668a820a Mon Sep 17 00:00:00 2001 From: John Reilly Date: Mon, 26 Dec 2022 09:53:48 +0000 Subject: [PATCH 2/2] fix: Update doc/plugins.md Co-authored-by: Titus Signed-off-by: John Reilly --- doc/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.md b/doc/plugins.md index 4d2c02f0..c69718b4 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -56,7 +56,7 @@ The list of plugins: * 🟢 [`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 + – 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)