From db41e8bc97c11a8bdafbb054671688deb845f426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctalatkuyuk=E2=80=9D?= <“talatkuyuk@gmail.com”> Date: Sun, 22 Jan 2023 10:59:15 +0300 Subject: [PATCH 1/3] Add `remark-flexible-code-titles` to list of plugins --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index cdbc6f29..dbc74426 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -300,6 +300,8 @@ The list of plugins: — configure remark w/ YAML * 🟢 [`remark-code-title`](https://github.com/kevinzunigacuellar/remark-code-title) — add titles to code blocks +* 🟢 [`remark-flexible-code-titles`](https://github.com/ipikuka/remark-flexible-code-titles) + — add titles / or containers / or both for code blocks with customizable attributes ## List of presets From 8aecc8fdff402d38b59cff26ecc6462cb0ae9ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctalatkuyuk=E2=80=9D?= <“talatkuyuk@gmail.com”> Date: Sun, 22 Jan 2023 11:18:42 +0300 Subject: [PATCH 2/3] fixed eslint warning about max 80 character --- doc/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.md b/doc/plugins.md index dbc74426..77d9d8b4 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -301,7 +301,7 @@ The list of plugins: * 🟢 [`remark-code-title`](https://github.com/kevinzunigacuellar/remark-code-title) — add titles to code blocks * 🟢 [`remark-flexible-code-titles`](https://github.com/ipikuka/remark-flexible-code-titles) - — add titles / or containers / or both for code blocks with customizable attributes + — add titles or/and containers for code blocks with customizable attributes ## List of presets From b961049ca89b4d6ecea735a6058414b4be88d2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctalatkuyuk=E2=80=9D?= <“talatkuyuk@gmail.com”> Date: Mon, 23 Jan 2023 22:32:59 +0300 Subject: [PATCH 3/3] change the order of the `remark-flexible-code-titles` in the list --- doc/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plugins.md b/doc/plugins.md index 77d9d8b4..095b15fd 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -112,6 +112,8 @@ The list of plugins: — change the first heading in a document * 🟢 [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-fix-guillemets#readme) — support ASCII guillements (`<<`, `>>`) mapping them to HTML +* 🟢 [`remark-flexible-code-titles`](https://github.com/ipikuka/remark-flexible-code-titles) + — add titles or/and containers for code blocks with customizable attributes * 🟢 [`remark-frontmatter`](https://github.com/remarkjs/remark-frontmatter) – support frontmatter (yaml, toml, and more) * 🟢 [`remark-gemoji`](https://github.com/remarkjs/remark-gemoji) @@ -300,8 +302,6 @@ The list of plugins: — configure remark w/ YAML * 🟢 [`remark-code-title`](https://github.com/kevinzunigacuellar/remark-code-title) — add titles to code blocks -* 🟢 [`remark-flexible-code-titles`](https://github.com/ipikuka/remark-flexible-code-titles) - — add titles or/and containers for code blocks with customizable attributes ## List of presets