Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ posthtml([

### `parameters`

Type: `Object`\
Default: `undefined`

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

### `tags`

Type: `Array`\
Default: `[a]`

Array of tag names to process.
Expand Down Expand Up @@ -125,6 +127,7 @@ posthtml([

### `strict`

Type: `Boolean`\
Default: `false`

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

### `qs`

Type: `Object`\
Default: `undefined`

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