readmeio / markdown

ReadMe's flavored Markdown parser and React-based rendering engine.
https://rdmd.readme.io
ISC License
33 stars 9 forks source link

feat: new `stripTags` option #914

Closed rafegoldberg closed 2 months ago

rafegoldberg commented 2 months ago
🎫 RM-9982

🧰 Changes

For the most part, our sanitizer is automatically configured. But in certain instances– namely where we need to generate plaintext from a string of Markdown –it would errantly serialize <style> tag content.

🤷 Customer Changes

Once this hits the monorepo, customers should no longer see weird looking meta excerpts for their docs in Google.

rafegoldberg commented 2 months ago

This PR was released!

🚀 Changes included in v6.85.0