Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 10482 invoked from network); 3 Mar 2008 16:25:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 16:25:42 -0000 Received: (qmail 67430 invoked by uid 500); 3 Mar 2008 16:25:37 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 67418 invoked by uid 500); 3 Mar 2008 16:25:37 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 67409 invoked by uid 99); 3 Mar 2008 16:25:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 08:25:37 -0800 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=DATE_IN_PAST_06_12,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [63.249.250.1] (HELO ebony.propagation.net) (63.249.250.1) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 16:25:03 +0000 Received: from www.kaloke.com (localhost [127.0.0.1]) by ebony.propagation.net (8.13.6/8.13.6) with ESMTP id m23GP7Aj028820 for ; Mon, 3 Mar 2008 10:25:07 -0600 From: "Foster Schucker" To: jspwiki-user@incubator.apache.org Subject: Auto-numbering question Date: Mon, 3 Mar 2008 10:25:06 +0600 Message-Id: <20080303102506.M21126@Schucker.org> In-Reply-To: <47C6A598.5CE9.00D4.0@csir.co.za> References: <200802271723.04732.vschmidt@schmidtusa.com> <47C6A598.5CE9.00D4.0@csir.co.za> X-Mailer: WMail 1.64 20020516 X-OriginatingIP: 52.129.8.48 (fschucker) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org In the new default css, any code blocks {{{ }}} are in a shaded area. I'm trying to get the following to work with the three lines in a shaded area 1.One 2.Two Should be in a shaded area Middle line Last line of the shaded area 3.Three Markup is: #One #Two {{{Should be in a shaded area Middle line Last line of the shaded area}}} #Three The code block is in the shaded area but the numbering breaks: 1.One 2.Two Should be in a shaded area Middle line Last line of the shaded area 1.Three If I do: #One #Two {{{Should be in a shaded area Middle line Last line of the shaded area}}} #Three The numbering then works, but the code block is no longer is in the shaded area. 1.One 2.Two Should be in a shaded area Middle line Last line of the shaded area 3.Three Any ideas before I dive into the formatter? Thanks! Foster