Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 29761 invoked from network); 28 Feb 2004 14:51:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Feb 2004 14:51:01 -0000 Received: (qmail 13149 invoked by uid 500); 28 Feb 2004 14:50:53 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 13120 invoked by uid 500); 28 Feb 2004 14:50:53 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 13107 invoked from network); 28 Feb 2004 14:50:53 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 28 Feb 2004 14:50:53 -0000 Received: (qmail 21463 invoked by uid 50); 28 Feb 2004 14:51:19 -0000 Date: 28 Feb 2004 14:51:19 -0000 Message-ID: <20040228145119.21462.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 27165] - Chaperon wiki syntax: italic inside bullet point closes bullet point X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 stephan@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From stephan@apache.org 2004-02-28 14:51 ------- The problem is that the grammar ambiguous, like most grammars. In cases of ambiguities a deterministic parser select only one action of several actions. Such cases are called shift/reduce and reduce/reduce conflicts. These conflicts can most resolved by priorities and associativities. In your case I rearrange the priorities of the terminals.