We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bffc31b + 082db6f commit f8e6260Copy full SHA for f8e6260
README.md
@@ -40,6 +40,7 @@ posthtml([
40
41
### `parameters`
42
43
+Type: `Object`\
44
Default: `undefined`
45
46
Object containing parameter name (key) and its value.
@@ -64,6 +65,7 @@ posthtml([
64
65
66
### `tags`
67
68
+Type: `Array`\
69
Default: `[a]`
70
71
Array of tag names to process.
@@ -125,6 +127,7 @@ posthtml([
125
127
126
128
### `strict`
129
130
+Type: `Boolean`\
131
Default: `false`
132
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
156
157
158
Options to pass to `query-string` - see available options [here](https://github.com/sindresorhus/query-string#stringifyobject-options).
0 commit comments