@@ -50,6 +50,9 @@ The list of plugins:
50
50
– hard breaks w/o needing spaces (like on issues)
51
51
* 🟢 [ ` remark-capitalize ` ] ( https://github.com/zeit/remark-capitalize )
52
52
– 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 ) )
53
56
* 🟢 [ ` remark-cite ` ] ( https://github.com/benrbray/remark-cite )
54
57
– new syntax for Pandoc-style citations
55
58
* 🟢 [ ` remark-code-blocks ` ] ( https://github.com/mrzmmr/remark-code-blocks )
@@ -142,6 +145,8 @@ The list of plugins:
142
145
— serialize markdown as HTML
143
146
* ⚠️ [ ` remark-iframes ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-iframes#readme )
144
147
— 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
145
150
* 🟢 [ ` remark-images ` ] ( https://github.com/remarkjs/remark-images )
146
151
— add an improved image syntax
147
152
* 🟢 [ ` remark-img-links ` ] ( https://github.com/Pondorasti/remark-img-links )
@@ -209,6 +214,12 @@ The list of plugins:
209
214
— change absolute URLs to relative ones
210
215
* 🟢 [ ` remark-remove-comments ` ] ( https://github.com/alvinometric/remark-remove-comments )
211
216
— 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
212
223
* 🟢 [ ` remark-retext ` ] ( https://github.com/remarkjs/remark-retext )
213
224
— transform to [ retext] ( https://github.com/retextjs/retext )
214
225
* 🟢 [ ` remark-ruby ` ] ( https://github.com/laysent/remark-ruby )
@@ -230,6 +241,8 @@ The list of plugins:
230
241
— SmartyPants
231
242
* 🟢 [ ` remark-smcat ` ] ( https://github.com/shedali/remark-smcat )
232
243
— 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
233
246
* 🟢 [ ` remark-sources ` ] ( https://github.com/unlight/remark-sources )
234
247
— insert source code
235
248
* 🟢 [ ` remark-strip-badges ` ] ( https://github.com/remarkjs/remark-strip-badges )
@@ -245,6 +258,8 @@ The list of plugins:
245
258
— new customizable syntax for special terms and phrases
246
259
* 🟢 [ ` remark-textr ` ] ( https://github.com/remarkjs/remark-textr )
247
260
— 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
248
263
* 🟢 [ ` remark-title ` ] ( https://github.com/RichardLitt/remark-title )
249
264
— check and add the document title
250
265
* 🟢 [ ` remark-toc ` ] ( https://github.com/remarkjs/remark-toc )
0 commit comments