You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins/minify.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Minify Plugin'
3
3
description: 'The Minify Plugin'
4
4
---
5
5
6
-
## Inline Plugin
6
+
## Minify Plugin
7
7
8
8
The `@jsx-email/plugin-minify` package provides a plugin to [minify](<https://en.wikipedia.org/wiki/Minification_(programming)>) an email's HTML output. This plugin is a `peerDependency` of `jsx-email` and is loaded automatically if the [`minify` render option](https://jsx.email/docs/core/render#method-options) is set.
Copy file name to clipboardExpand all lines: docs/plugins/pretty.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Pretty Plugin'
3
3
description: 'The Pretty Plugin'
4
4
---
5
5
6
-
## Inline Plugin
6
+
## Pretty Plugin
7
7
8
8
The `@jsx-email/plugin-pretty` package provides a plugin to format an email's HTML output in an easy-to-read format. This plugin is a `peerDependency` of `jsx-email` and is loaded automatically if the [`pretty` render option](https://jsx.email/docs/core/render#method-options) is set.
0 commit comments