From fe5f1fe32c62ff9a646a47b106533b65ad972454 Mon Sep 17 00:00:00 2001 From: Radovan Janjic Date: Tue, 15 Aug 2023 15:49:16 +0200 Subject: [PATCH 1/2] docs: Add remark-link-rewrite plugin to plugins.md --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index c8e78f09..1714d3f3 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -163,6 +163,8 @@ The list of plugins: — prefix relative image paths with an absolute URL * 🟢 [`remark-inline-links`](https://github.com/remarkjs/remark-inline-links) — change references and definitions to links and images +* 🟢 [`remark-link-rewrite`](https://github.com/rjanjic/remark-link-rewrite) + — customize link URLs dynamically * 🟢 [`remark-ins`](https://github.com/ipikuka/remark-ins) — add ins element for inserted texts opposite to deleted texts * 🟢 [`remark-join-cjk-lines`](https://github.com/purefun/remark-join-cjk-lines) From 4ef6377cbb43ee2419d77240f0ba6cf143fb6799 Mon Sep 17 00:00:00 2001 From: Radovan Janjic Date: Tue, 15 Aug 2023 21:14:04 +0200 Subject: [PATCH 2/2] docs: Move the remark-link-rewrite plugin to match the sorted position alphabetically. --- doc/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plugins.md b/doc/plugins.md index 1714d3f3..b5be0506 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -163,8 +163,6 @@ The list of plugins: — prefix relative image paths with an absolute URL * 🟢 [`remark-inline-links`](https://github.com/remarkjs/remark-inline-links) — change references and definitions to links and images -* 🟢 [`remark-link-rewrite`](https://github.com/rjanjic/remark-link-rewrite) - — customize link URLs dynamically * 🟢 [`remark-ins`](https://github.com/ipikuka/remark-ins) — add ins element for inserted texts opposite to deleted texts * 🟢 [`remark-join-cjk-lines`](https://github.com/purefun/remark-join-cjk-lines) @@ -176,6 +174,8 @@ The list of plugins: compatible) * 🟢 [`remark-license`](https://github.com/remarkjs/remark-license) — add a license section +* 🟢 [`remark-link-rewrite`](https://github.com/rjanjic/remark-link-rewrite) + — customize link URLs dynamically * 🟢 [`remark-linkify-regex`](https://gitlab.com/staltz/remark-linkify-regex) — change text matching a regex to links * 🟢 [`remark-lint`](https://github.com/remarkjs/remark-lint)