From 929f9a9bc686a1dedb4a87998b94de30508b90ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rastislav=20=E2=82=A1ORE?= Date: Fri, 1 Mar 2024 12:26:03 +0100 Subject: [PATCH 1/2] Update plugins.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 3 plugins: - remark-fediverse-user - remark-corebc - remark-corepass Signed-off-by: Rastislav β‚‘ORE --- doc/plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index fa2e8115..77027790 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -87,6 +87,10 @@ The list of plugins: β€” add a table of contributors * 🟒 [`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) (πŸ‘‰ **note**: [`remark-directive`][d] is similar and up to date) @@ -112,6 +116,8 @@ The list of plugins: β€” extended table syntax allowing colspan / rowspan * 🟒 [`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 * 🟒 [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-fix-guillemets#readme) From 153a09b2a936419531ea83a0bfc4168f2afda96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rastislav=20=E2=82=A1ORE?= Date: Mon, 29 Apr 2024 20:10:16 +0200 Subject: [PATCH 2/2] Update plugins.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rastislav β‚‘ORE --- doc/plugins.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/plugins.md b/doc/plugins.md index b11d53c0..6d664cdc 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -114,10 +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-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) @@ -158,7 +160,8 @@ 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) +* 🟒 [`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)