Skip to content

Commit 0d1eb09

Browse files
authoredOct 31, 2022
Add 3 plugins to list of plugins
Closes GH-1064. Reviewed-by: Remco Haszing <remcohaszing@gmail.com> Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent c7e8171 commit 0d1eb09

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎doc/plugins.md

+15
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ The list of plugins:
5050
– hard breaks w/o needing spaces (like on issues)
5151
* 🟢 [`remark-capitalize`](https://github.com/zeit/remark-capitalize)
5252
– transform all titles w/ [`title.sh`](https://github.com/zeit/title)
53+
* 🟢 [`remark-capitalize-headings`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-capitalize-headings)
54+
– selectively capitalize headings
55+
(👉 **note**: alternative to [`remark-capitalize`](https://github.com/zeit/remark-capitalize))
5356
* 🟢 [`remark-cite`](https://github.com/benrbray/remark-cite)
5457
– new syntax for Pandoc-style citations
5558
* 🟢 [`remark-code-blocks`](https://github.com/mrzmmr/remark-code-blocks)
@@ -142,6 +145,8 @@ The list of plugins:
142145
— serialize markdown as HTML
143146
* ⚠️ [`remark-iframes`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-iframes#readme)
144147
— new syntax to create iframes (new node type, rehype compatible)
148+
* 🟢 [`remark-ignore`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-ignore)
149+
— use comments to exclude nodes from transformation
145150
* 🟢 [`remark-images`](https://github.com/remarkjs/remark-images)
146151
— add an improved image syntax
147152
* 🟢 [`remark-img-links`](https://github.com/Pondorasti/remark-img-links)
@@ -209,6 +214,12 @@ The list of plugins:
209214
— change absolute URLs to relative ones
210215
* 🟢 [`remark-remove-comments`](https://github.com/alvinometric/remark-remove-comments)
211216
— remove HTML comments from the processed output
217+
* 🟢 [`remark-remove-unused-definitions`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-remove-unused-definitions)
218+
— remove unused reference-style link definitions
219+
* 🟢 [`remark-remove-url-trailing-slash`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-remove-url-trailing-slash)
220+
— remove trailing slashes from the ends of all URL paths
221+
* 🟢 [`remark-renumber-references`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-renumber-references)
222+
— renumber numeric reference-style link ids contiguously starting from 1
212223
* 🟢 [`remark-retext`](https://github.com/remarkjs/remark-retext)
213224
— transform to [retext](https://github.com/retextjs/retext)
214225
* 🟢 [`remark-ruby`](https://github.com/laysent/remark-ruby)
@@ -230,6 +241,8 @@ The list of plugins:
230241
— SmartyPants
231242
* 🟢 [`remark-smcat`](https://github.com/shedali/remark-smcat)
232243
— state machine cat
244+
* 🟢 [`remark-sort-definitions`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-sort-definitions)
245+
— reorder reference-style link definitions
233246
* 🟢 [`remark-sources`](https://github.com/unlight/remark-sources)
234247
— insert source code
235248
* 🟢 [`remark-strip-badges`](https://github.com/remarkjs/remark-strip-badges)
@@ -245,6 +258,8 @@ The list of plugins:
245258
— new customizable syntax for special terms and phrases
246259
* 🟢 [`remark-textr`](https://github.com/remarkjs/remark-textr)
247260
— transform text w/ [`Textr`](https://github.com/shuvalov-anton/textr)
261+
* 🟢 [`remark-tight-comments`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-tight-comments)
262+
— selectively remove newlines around comments
248263
* 🟢 [`remark-title`](https://github.com/RichardLitt/remark-title)
249264
— check and add the document title
250265
* 🟢 [`remark-toc`](https://github.com/remarkjs/remark-toc)

0 commit comments

Comments
 (0)
Please sign in to comment.