Skip to content

Commit 96a4a47

Browse files
committed
docs: add posthtml-fetch to readme
1 parent 8504009 commit 96a4a47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ In case you want to develop your own plugin, we recommend using [posthtml-plugin
402402
|[posthtml-prism][prism]|[![npm][prism-badge]][prism-npm]|Code syntax highlighting with Prism|
403403
|[posthtml-url-parameters][url-parameters]|[![npm][url-parameters-badge]][url-parameters-npm]|Add parameters to URLs|
404404
|[posthtml-safe-class-names][safe-class-names]|[![npm][safe-class-names-badge]][safe-class-names-npm]|Replace escaped characters in class names and CSS selectors|
405+
|[posthtml-fetch][fetch]|[![npm][fetch-badge]][fetch-npm]|Fetch and render remote content|
405406

406407

407408
[cache]: https://github.com/posthtml/posthtml-cache
@@ -508,6 +509,10 @@ In case you want to develop your own plugin, we recommend using [posthtml-plugin
508509
[safe-class-names-badge]: https://img.shields.io/npm/v/posthtml-safe-class-names.svg
509510
[safe-class-names-npm]: https://npmjs.com/package/posthtml-safe-class-names
510511

512+
[fetch]: https://github.com/posthtml/posthtml-fetch
513+
[fetch-badge]: https://img.shields.io/npm/v/posthtml-fetch.svg
514+
[fetch-npm]: https://npmjs.com/package/posthtml-fetch
515+
511516
#### CSS
512517

513518
|Name|Status|Description|

0 commit comments

Comments
 (0)