Skip to content

Instantly share code, notes, and snippets.

@mrwweb
Last active August 29, 2015 14:17
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 mrwweb/9c39da7170a333831c15 to your computer and use it in GitHub Desktop.
Save mrwweb/9c39da7170a333831c15 to your computer and use it in GitHub Desktop.
WordPress 4.1.1 TinyMCE Remove Formatting Test
<strong>Bold</strong>
<em>Italic</em>
<h2>Heading</h2>
<a href="#">Link</a>
<span style="text-decoration: underline;">Underline</span>
<del>Strike</del>
<code>Code</code>
<div style="border: 1px solid blue;">
Div start
<span style="color: red;">Span Color</span>
<span></span>Plain Span</span>
Div end
</div>
<ul>
<li>Bullet</li>
</ul>
<ol>
<li>Number</li>
</ol>
Bold
Italic
<h2>Heading</h2>
<a href="#">Link</a>
Underline
<del>Strike</del>
Code
<div>
Div start
Span Color
Plain Span
Div end
</div>
<ul>
<li>Bullet</li>
</ul>
<ol>
<li>Number</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment