[Trac-tickets] Re: [The Trac Project] #1634: Wiki-processor doesn't honor xhtml specs.

The Trac Project noreply at edgewall.com
Sat Jun 4 22:22:46 CDT 2005


#1634: Wiki-processor doesn't honor xhtml specs.
--------------------+-------------------------------------------------------
       Id:  1634    |      Status:  new                     
Component:  wiki    |    Modified:  Sat Jun  4 22:22:45 2005
 Severity:  minor   |   Milestone:                          
 Priority:  normal  |     Version:  devel                   
    Owner:  mgood   |    Reporter:  Rede                    
--------------------+-------------------------------------------------------
Changes (by mgood):

  * owner:  jonas => mgood

Comment:

 Good point on the XHTML stuff.

 However, I'd rather have:

 {{{
 __~~foo __bar~~
 }}}

 render as:

 {{{
 #!text/html
 <u><del>foo </del></u><del>bar</del>
 }}}

 So, closing one formatting style would also close the stack above it, then
 reapply the above stack .  This should also work better with the
 bold/italic formatting since it would also allow you to mix the tags and
 only partially overlap the sections.

 I'll take another look at this patch tomorrow.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1634>
The Trac Project <>


More information about the Trac-Tickets mailing list