Skip to content

Instantly share code, notes, and snippets.

@tucq88
Created November 19, 2023 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tucq88/ed68baa293657a2457694ba999d00f36 to your computer and use it in GitHub Desktop.
Save tucq88/ed68baa293657a2457694ba999d00f36 to your computer and use it in GitHub Desktop.
Editor tricks

Remove html attributes

Search for: <(table|tr|td|p|div|span)[\S\s]*?\n?> Replace with: <$1>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment