Skip to content

Commit f8e6260

Browse files
authored
Merge pull request #111 from posthtml/feat/esm
2 parents bffc31b + 082db6f commit f8e6260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ posthtml([
4040

4141
### `parameters`
4242

43+
Type: `Object`\
4344
Default: `undefined`
4445

4546
Object containing parameter name (key) and its value.
@@ -64,6 +65,7 @@ posthtml([
6465

6566
### `tags`
6667

68+
Type: `Array`\
6769
Default: `[a]`
6870

6971
Array of tag names to process.
@@ -125,6 +127,7 @@ posthtml([
125127

126128
### `strict`
127129

130+
Type: `Boolean`\
128131
Default: `false`
129132

130133
By default, the plugin will append query parameters only to valid URLs.
@@ -149,6 +152,7 @@ posthtml([
149152

150153
### `qs`
151154

155+
Type: `Object`\
152156
Default: `undefined`
153157

154158
Options to pass to `query-string` - see available options [here](https://github.com/sindresorhus/query-string#stringifyobject-options).

0 commit comments

Comments
 (0)