We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a70f7f commit dcb8833Copy full SHA for dcb8833
packages/html-to-plaintext/lib/html-to-plaintext.js
@@ -53,7 +53,9 @@ const loadConverters = () => {
53
// Don't output hrs
54
{selector: 'hr', format: 'skip'},
55
// Don't output > in blockquotes
56
- {selector: 'blockquote', format: 'block'}
+ {selector: 'blockquote', format: 'block'},
57
+ // Don't include signup cards in excerpts
58
+ {selector: '.kg-signup-card', format: 'skip'}
59
]
60
});
61
0 commit comments