Skip to content

Instantly share code, notes, and snippets.

@zorn
Created February 27, 2012 12:45
Show Gist options
  • Save zorn/1923482 to your computer and use it in GitHub Desktop.
Save zorn/1923482 to your computer and use it in GitHub Desktop.
What Zorn did:
* Removed all the CAPITAL <B> and </B> tags.
* Replaced all the <b> with <strong>
* Replaced all the </b> with </strong>
* Replaced all the <i> with <em>
* Replaced all the </i> with </em>
BTW the open counts on those didn't 100% match the close counts. If wanted I could try to find out which files have more opens than closes or more closes than opens for manual cleanup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment