例如
Did you know that <em>hot</em> was used to mean
"<a title="What is the origin of “hot” as “good-looking”
or “attractive”?" href="http://english.stackexchange.com/a/84227/1696">
sexually attractive</a>" as long ago as 1450? (Though it seems that
in earlier use, it more commonly meant "sexually attract<em>ed</em>".)
第二次使用
<em>
在上面是正确的:我想强调后缀-ed。然而,第一次使用是不正确的。我想用斜体字来表示“使用/提及区别”。这是
<i>
标签但是WordPress自动转换
<i>
到
<em>
. 有什么办法可以绕过这个问题吗?