Skip to content

Commit 3bfdca8

Browse files
committed
docs: add posthtml-external-link to plugin list
1 parent 88873a4 commit 3bfdca8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ In case you want to develop your own plugin, we recommend using [posthtml-plugin
707707
|[posthtml-link-noreferrer][noreferrer]|[![npm][noreferrer-badge]][noreferrer-npm]|Add `rel="noopener"` and `rel="noreferrer"` to all links that contain the attribute `target="_blank"` |
708708
|[posthtml-lazyload][lazyload]|[![npm][lazyload-badge]][lazyload-npm]|Add native lazyload attribute|
709709
|[posthtml-postcss-treeshaker][posthtml-postcss-treeshaker]|[![npm][posthtml-postcss-treeshaker-badge]][posthtml-postcss-treeshaker-npm]|Tree shake styles for classes and ids in `style` tag|
710+
|[posthtml-external-link][posthtml-external-link]|[![npm][posthtml-external-link-badge]][posthtml-external-link-npm]|Add `rel="external noopenner nofollow"` and `target="_blank"` to all external links|
710711

711712
[remove]: https://github.com/princed/posthtml-remove-attributes
712713
[remove-badge]: https://img.shields.io/npm/v/posthtml-remove-attributes.svg
@@ -752,6 +753,9 @@ In case you want to develop your own plugin, we recommend using [posthtml-plugin
752753
[posthtml-postcss-treeshaker-badge]: https://img.shields.io/npm/v/posthtml-postcss-treeshaker.svg
753754
[posthtml-postcss-treeshaker-npm]: https://img.shields.io/npm/v/posthtml-postcss-treeshaker.svg
754755

756+
[posthtml-external-link]: https://github.com/posthtml/posthtml-external-link
757+
[posthtml-external-link-badge]: https://img.shields.io/npm/v/posthtml-external-link.svg
758+
[posthtml-external-link-npm]: https://www.npmjs.com/package/posthtml-external-link
755759

756760
#### Workflow
757761

0 commit comments

Comments
 (0)