From e456dc5b0fb621dfa5f1ecae455812c6e65a25d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Talat=20K=C3=BCy=C3=BCk?= Date: Fri, 10 Mar 2023 16:28:34 +0300 Subject: [PATCH] Add `remark-flexible-markers` to list of plugins Closes GH-1126. Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index f097be6c..c39e674b 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -118,6 +118,8 @@ The list of plugins: — add titles or/and containers for code blocks with customizable attributes * 🟢 [`remark-flexible-containers`](https://github.com/ipikuka/remark-flexible-containers) — add custom/flexible containers with customizable properties +* 🟢 [`remark-flexible-markers`](https://github.com/ipikuka/remark-flexible-markers) + — add custom/flexible mark element with customizable properties * 🟢 [`remark-flexible-paragraphs`](https://github.com/ipikuka/remark-flexible-paragraphs) — add custom/flexible paragraphs with customizable properties * 🟢 [`remark-frontmatter`](https://github.com/remarkjs/remark-frontmatter)