-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
For some HTML content, I have escapes characters in result text content.Test
Test
originalTest := "<h1>J’aime la visualisation simple et explicite du maillage.</h1><p>Très intéressant. C’est l’application au e-commerce qui m’intéresse maintenant !</p>"
strippedTest := strip.StripTags(originalTest) // => "J’aime la visualisation simple et explicite du maillage.Très intéressant. C’est l’application au e-commerce qui m’intéresse maintenant !"
println(strippedTest)
Must I use html.UnescapeString() before? Or does exists some function/parameter that can do this in html-strip-tags-go package?
Metadata
Metadata
Assignees
Labels
No labels