Follow-up Comment #2, bug #8487 (project muse-el):

(This is Jim Pivarski.)

I just tried it again, and it seems that the <class> tag is transformed to
<class> whenever it is inline, without carraige returns:

<class name="highlight"> hey </class>

generates <class name="done"> hey </class>

while

<class name="highlight">
hey
</class>

generates "hey" in the "highlight" color, that is

<p><span class="done">
hey
</span></p>

This seems to be a generalization of the "list problem", because

 - <class name="done">
hey
</class>

generates

<ul>
<li><span class="done">
hey
</span></li>
</ul>

while

 - <class name="done"> hey </class>

generates 

<ul>
<li><class name="done"> hey </class></li>
</ul>

-- Jim


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?8487>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Muse-el-commits mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-commits

Reply via email to