Skip to content

Commit 7e17e7c

Browse files
committed
added the list of the remark packages I have published into README.md
1 parent 98ac1a1 commit 7e17e7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,20 @@ This plugin works with unified version 6+ and remark version 7+. It is compatibl
329329

330330
Use of `remark-flexible-paragraphs` does not involve rehype (hast) or user content so there are no openings for cross-site scripting (XSS) attacks.
331331

332+
## My Remark Plugins
333+
334+
The remark packages I have published are presented below:
335+
+ [`remark-flexible-code-titles`](https://www.npmjs.com/package/remark-flexible-code-titles)
336+
– Remark plugin to add titles or/and containers for the code blocks with customizable properties
337+
+ [`remark-flexible-containers`](https://www.npmjs.com/package/remark-flexible-containers)
338+
– Remark plugin to add custom containers with customizable properties in markdown
339+
+ [`remark-flexible-paragraphs`](https://www.npmjs.com/package/remark-flexible-paragraphs)
340+
– Remark plugin to add custom paragraphs with customizable properties in markdown
341+
+ [`remark-flexible-markers`](https://www.npmjs.com/package/remark-flexible-markers)
342+
– Remark plugin to add custom `mark` element with customizable properties in markdown
343+
+ [`remark-ins`](https://www.npmjs.com/package/remark-ins)
344+
– Remark plugin to add `ins` element in markdown
345+
332346
## License
333347

334348
[MIT][license] © ipikuka

0 commit comments

Comments
 (0)