UNPKG

grunt-smarttext

Version:

Preprocess text in html files replacing quotes, ellipses, and other characters with their encoded utf equivalent

14 lines (13 loc) 309 B
<!doctype html> <html> <head> <meta content="hope-these-qoutes-don't-change"> </head> <body> A string with double-quotes("quotes"), single-quotes('singles'), apostrophes (you're), em--dashes, and the ellipses... <p> Don't forget non-custom replacements! </p> </body> </html>