Replies: 1 comment
-
Bleach clean replaces tags with newline if they're block-level elements. You can choose to either strip the tag or escape it--there aren't other options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say you got input like:
Output:
Also, is it possible to just insert whitespaces instead of the escaped tag?
Beta Was this translation helpful? Give feedback.
All reactions