At first I thought I was having WYSIWYG compatibility issues, but then I turned off all modules and realized that the issue was that the theme wasn't out putting any tags...
The ones I noticed that weren't showing up were and , however there may be more.
Comments
Comment #1
infines commentedComment #2
gazwal commentedThis was due to the Meyer CSS reset in /css/default.css
I finally removed it for my prefered one => * {padding:0;margin:0}
Comment #3
gazwal commentedFixed in 7.X-1.1
Comment #4
gazwal commented