@@ -24,11 +24,11 @@ See [Creating plugins][create] below.
24
24
25
25
* [ ` remark-a11y-emoji ` ] ( https://github.com/florianeckerstorfer/remark-a11y-emoji )
26
26
— accessible emoji
27
- * [ ` remark-abbr ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-abbr#readme )
27
+ * [ ` remark-abbr ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-abbr#readme )
28
28
— custom syntax for abbreviations (new node type, rehype compatible)
29
29
* [ ` remark-admonitions ` ] ( https://github.com/elviswolcott/remark-admonitions )
30
30
— support admonitions
31
- * [ ` remark-align ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-align#readme )
31
+ * [ ` remark-align ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-align#readme )
32
32
— custom syntax to align text or blocks (new node types, rehype compatible)
33
33
* [ ` remark-attr ` ] ( https://github.com/arobase-che/remark-attr )
34
34
— custom syntax to add attributes to Markdown
@@ -61,19 +61,19 @@ See [Creating plugins][create] below.
61
61
— make a section collapsible
62
62
* [ ` remark-comment-config ` ] ( https://github.com/remarkjs/remark-comment-config )
63
63
— configure remark with comments
64
- * [ ` remark-comments ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-comments#readme )
64
+ * [ ` remark-comments ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-comments#readme )
65
65
— custom syntax to ignore things
66
66
* [ ` remark-container ` ] ( https://github.com/zWingz/remark-container )
67
67
— add custom containers
68
68
* [ ` remark-containers ` ] ( https://github.com/Nevenall/remark-containers )
69
69
— add custom containers
70
70
* [ ` remark-contributors ` ] ( https://github.com/remarkjs/remark-contributors )
71
71
— add a table of contributors
72
- * [ ` remark-custom-blocks ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-custom-blocks#readme )
72
+ * [ ` remark-custom-blocks ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-custom-blocks#readme )
73
73
— custom syntax for custom blocks (new node types, rehype compatible)
74
74
* [ ` remark-defsplit ` ] ( https://github.com/remarkjs/remark-defsplit )
75
75
— change links and images to references with separate definitions
76
- * [ ` remark-disable-tokenizers ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-disable-tokenizers#readme )
76
+ * [ ` remark-disable-tokenizers ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-disable-tokenizers#readme )
77
77
— turn some or all remark’s tokenizers on or off
78
78
* [ ` remark-dropcap ` ] ( https://github.com/brev/remark-dropcap )
79
79
— fancy and accessible drop caps
@@ -91,7 +91,7 @@ See [Creating plugins][create] below.
91
91
— pandoc ` fenced_divs ` support (new node type, rehype compatible)
92
92
* [ ` remark-first-heading ` ] ( https://github.com/laat/remark-first-heading )
93
93
— replace the first heading in a document
94
- * [ ` remark-fix-guillemets ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-fix-guillemets#readme )
94
+ * [ ` remark-fix-guillemets ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-fix-guillemets#readme )
95
95
— support ASCII guillements (` << ` , ` >> ` ) mapping them to HTML
96
96
* [ ` remark-footnotes ` ] ( https://github.com/remarkjs/remark-footnotes )
97
97
– support pandoc footnotes
@@ -109,7 +109,7 @@ See [Creating plugins][create] below.
109
109
— autolink references to commits, issues, pull-requests, and users
110
110
* [ ` remark-gitlab-artifact ` ] ( https://github.com/temando/remark-gitlab-artifact )
111
111
— download artifacts from GitLab projects to live alongside your docs
112
- * [ ` remark-grid-tables ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-grid-tables#readme )
112
+ * [ ` remark-grid-tables ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-grid-tables#readme )
113
113
— custom syntax to describe tables (rehype compatible)
114
114
* [ ` remark-graphviz ` ] ( https://github.com/temando/remark-graphviz )
115
115
— transform [ graphviz] ( https://www.graphviz.org ) dot graphs to SVG
@@ -124,9 +124,9 @@ See [Creating plugins][create] below.
124
124
— serialize Markdown as HTML
125
125
* [ ` remark-html-emoji-image ` ] ( https://github.com/jackycute/remark-html-emoji-image )
126
126
— transform emoji to images
127
- * [ ` remark-html-katex ` ] ( https://github.com/Rokt33r/remark-math/tree/master /packages/remark-html-katex#readme )
127
+ * [ ` remark-html-katex ` ] ( https://github.com/Rokt33r/remark-math/tree/HEAD /packages/remark-html-katex#readme )
128
128
— change inline and block math to equations with [ KaTeX] ( https://github.com/Khan/KaTeX )
129
- * [ ` remark-iframes ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-iframes#readme )
129
+ * [ ` remark-iframes ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-iframes#readme )
130
130
— custom syntax to create iframes (new node type, rehype compatible)
131
131
* [ ` remark-images ` ] ( https://github.com/remarkjs/remark-images )
132
132
— add an improved image syntax
@@ -136,7 +136,7 @@ See [Creating plugins][create] below.
136
136
— inserts definitions for jargon terms
137
137
* [ ` remark-join-cjk-lines ` ] ( https://github.com/purefun/remark-join-cjk-lines )
138
138
— remove extra space between CJK Characters.
139
- * [ ` remark-kbd ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-kbd#readme )
139
+ * [ ` remark-kbd ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-kbd#readme )
140
140
— custom syntax for keyboard keys (new node type, rehype compatible)
141
141
* [ ` remark-kbd-plus ` ] ( https://github.com/twardoch/remark-kbd-plus )
142
142
— custom syntax for keyboard keys with plusses (new node type, rehype
@@ -174,7 +174,7 @@ See [Creating plugins][create] below.
174
174
— inject your dependencies
175
175
* [ ` remark-parse-yaml ` ] ( https://github.com/landakram/remark-parse-yaml )
176
176
— parse YAML nodes and expose their value as ` parsedValue `
177
- * [ ` remark-ping ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-ping#readme )
177
+ * [ ` remark-ping ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-ping#readme )
178
178
— custom syntax for mentions with configurable existence check (new node
179
179
type, rehype compatible)
180
180
* [ ` remark-react ` ] ( https://github.com/remarkjs/remark-react )
@@ -221,7 +221,7 @@ See [Creating plugins][create] below.
221
221
— remove HTML
222
222
* [ ` remark-squeeze-paragraphs ` ] ( https://github.com/remarkjs/remark-squeeze-paragraphs )
223
223
— remove empty paragraphs
224
- * [ ` remark-sub-super ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/master /packages/remark-sub-super )
224
+ * [ ` remark-sub-super ` ] ( https://github.com/zestedesavoir/zmarkdown/tree/HEAD /packages/remark-sub-super )
225
225
— custom syntax for super- and subscript (new node types, rehype compatible)
226
226
* [ ` remark-terms ` ] ( https://github.com/Nevenall/remark-terms )
227
227
— add customizable syntax for special terms and phrases
@@ -235,7 +235,7 @@ See [Creating plugins][create] below.
235
235
— highlight code blocks in Markdown files using
236
236
[ Tree-sitter] ( https://tree-sitter.github.io/tree-sitter/ )
237
237
(rehype compatible)
238
- * [ ` remark-truncate-links ` ] ( https://github.com/GaiAma/Coding4GaiAma/tree/master /packages/remark-truncate-links )
238
+ * [ ` remark-truncate-links ` ] ( https://github.com/GaiAma/Coding4GaiAma/tree/HEAD /packages/remark-truncate-links )
239
239
— truncate/shorten urls not manually named
240
240
* [ ` remark-twemoji ` ] ( https://github.com/madiodio/remark-twemoji )
241
241
— replace unicode emoji with [ Twemoji] ( https://github.com/twitter/twemoji )
@@ -317,7 +317,7 @@ use `unist-util-`, and if it works with virtual files, use `vfile-`.
317
317
318
318
[ unified-args-use ] : https://github.com/unifiedjs/unified-args#--use-plugin
319
319
320
- [ config-file-use ] : https://github.com/unifiedjs/unified-engine/blob/master /doc/configure.md#plugins
320
+ [ config-file-use ] : https://github.com/unifiedjs/unified-engine/blob/HEAD /doc/configure.md#plugins
321
321
322
322
[ unified-plugins ] : https://github.com/unifiedjs/unified#plugin
323
323
0 commit comments