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

                 Summary: class tags in list items (and other places) don't
work
                 Project: The Emacs Muse
            Submitted by: mwolson
            Submitted on: Wednesday 02/14/2007 at 21:54
                Category: muse
                Severity: 3 - Normal
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Jim Pivarski writes:

I get the correct output if the class tags are on separate lines from my
text,
like this:

<class name="highlight">
my text
</class>

which generates

<p><span class="highlight">
my text
</span></p>

But I get incorrect output in lists:

 - <class name="highlight">my item</class>

which generates

<ul>
<li>&lt;class name=&quot;highlight&quot;&gt;my item&lt;/class&gt;</li>
</ul>

Even outside of lists, putting class tags inline sometimes works and
sometimes
doesn't (there seems to be a history dependence).  Sometimes only the
opening
tag is correctly transformed.





    _______________________________________________________

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