[fix] Build warning on image optimization#39
Conversation
Signed-off-by: sahadat-sk <mss.21U10442@btech.nitdgp.ac.in>
There was a problem hiding this comment.
Hey @sahadat-sk please revert back linting changes It can cause conflicts.The build is working fine now!
Signed-off-by: sahadat-sk <mss.21U10442@btech.nitdgp.ac.in>
I have reverted the linting changes, can you please review it? |
Hey @sahadat-sk this issue is now resolved with PR #38 |
Hey @sahadat-sk I am closing this PR as it is fixed now with PR #38 |
stripHtml() was only decoding the named entity set (&, <, etc.) plus ', so curly apostrophes (’), en/em dashes (– / —), and curly quotes (“ / ”) leaked into HowTo step text as literal entity strings. Search engines and the rich-results test treat that as broken markup. Mirror the decode list from utils/seo.ts so the JSON-LD and the meta description stay consistent.
Fixes issue : #1770
Changes: