You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package can now be used as a Python library: from strip_tags import strip_tags. Thanks, Benjamin Kirkbride. #9
Text inside <pre> elements will no longer have its whitespace modified by --minify. #12
strip-tags article --first will now return content from just the first element matching the article selector. #13
-t/--keep-tag can be used to specify tags that should have their markup preserved in the output. -t hs and -t structure and -t metadata can be used as shortcuts to specify a bundle of tags at once. #14