DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27165

Chaperon wiki syntax: italic inside bullet point closes bullet point

           Summary: Chaperon wiki syntax: italic inside bullet point closes
                    bullet point
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: blocks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The problem is visible in
http://localhost:8888/samples/chaperon/view.do?page=selftest

For the bullet 3.3.1 test, the following HTML is generated

<ul>
<li>Bullet 3.3.1, adding some  </li>
</ul>
<p>
<em>italic</em> should not break the bullet point in two </p>

Instead of 

<li>Bullet 3.3.1, adding some  <em>italic</em> should not break the bullet point
in two </li>

Seems like the grammar does not correctly handle the nesting of text formatting
inside bullet items.

Reply via email to