homemade fn marker weirdness...
    Waylan Limberg 
    waylan at gmail.com
       
    Thu May  7 17:50:29 EDT 2009
    
    
  
On Thu, May 7, 2009 at 5:40 PM, Yuri Takhteyev <qaramazov at gmail.com> wrote:
>> Note that the `<sup>*</sup>` is being turned into `<sup><em></sup>`
>
>
> HTML tags are essentially getting ignored (as they should), so what
> you really have is:
>
>    blah * blah blah blah blah blah  *certification* of blah blah.
>
Thus, if you do not want one of those *'s to be part of an em, you
need to escape it.
    <sup>\*</sup>blah *blah* blah
http://babelmark.bobtfish.net/?markdown=<sup>\*<%2Fsup>blah+*blah*+blah
-- 
----
\X/ /-\ `/ |_ /-\ |\|
Waylan Limberg
    
    
More information about the Markdown-Discuss
mailing list