File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ posthtml([
40
40
41
41
### ` parameters `
42
42
43
+ Type: ` Object ` \
43
44
Default: ` undefined `
44
45
45
46
Object containing parameter name (key) and its value.
@@ -64,6 +65,7 @@ posthtml([
64
65
65
66
### ` tags `
66
67
68
+ Type: ` Array ` \
67
69
Default: ` [a] `
68
70
69
71
Array of tag names to process.
@@ -125,6 +127,7 @@ posthtml([
125
127
126
128
### ` strict `
127
129
130
+ Type: ` Boolean ` \
128
131
Default: ` false `
129
132
130
133
By default, the plugin will append query parameters only to valid URLs.
@@ -149,6 +152,7 @@ posthtml([
149
152
150
153
### ` qs `
151
154
155
+ Type: ` Object ` \
152
156
Default: ` undefined `
153
157
154
158
Options to pass to ` query-string ` - see available options [ here] ( https://github.com/sindresorhus/query-string#stringifyobject-options ) .
You can’t perform that action at this time.
0 commit comments