From 20e75435242b1a7b817c3c4b2f31c7d3e3fbdc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Talat=20K=C3=BCy=C3=BCk?= Date: Fri, 10 Feb 2023 19:04:58 +0300 Subject: [PATCH] Add `remark-flexible-code-titles` to list of plugins Closes GH-1108. Reviewed-by: Christian Murphy Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index c69718b4..3ec50190 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -114,6 +114,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)