Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add link to rehype remove images #145

Merged
merged 3 commits into from
Jul 29, 2023
Merged
Changes from 2 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
11 changes: 7 additions & 4 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ This page lists existing plugins.

## Contents

* [List of plugins](#list-of-plugins)
* [List of utilities](#list-of-utilities)
* [Use plugins](#use-plugins)
* [Create plugins](#create-plugins)
- [Plugins](#plugins)
- [Contents](#contents)
- [List of plugins](#list-of-plugins)
- [List of utilities](#list-of-utilities)
- [Use plugins](#use-plugins)
- [Create plugins](#create-plugins)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you run npm install and npm test, that should reformat everything according to project style, or undo these changes manually? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!


## List of plugins

Expand Down Expand Up @@ -152,6 +154,7 @@ The list of plugins:
— remove empty attributes
* [`rehype-remove-external-script-content`](https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-remove-external-script-content)
— remove content on `<script>`s w/ `src`
* [`rehype-remove-images`](https://github.com/iloveitaly/rehype-remove-images)
* [`rehype-remove-meta-http-equiv`](https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-remove-meta-http-equiv)
— replace certain `http-equiv`s with shorter alternatives
* [`rehype-remove-script-type-javascript`](https://github.com/rehypejs/rehype-minify/tree/main/packages/rehype-remove-script-type-javascript)
Expand Down