[Trac-tickets] [The Trac Project] #1649: Extra lines w/ Silvercity mime formatting

The Trac Project noreply at edgewall.com
Wed Jun 8 07:45:04 CDT 2005


#1649: Extra lines w/ Silvercity mime formatting
--------------------+-------------------------------------------------------
       Id:  1649    |      Status:  new                     
Component:  wiki    |    Modified:  Wed Jun  8 07:45:02 2005
 Severity:  normal  |   Milestone:  0.9                     
 Priority:  normal  |     Version:  devel                   
    Owner:  jonas   |    Reporter:  eblot                   
--------------------+-------------------------------------------------------
 I think there is a trouble with the current SilverCity formatting, as per
 [1764]

 <pre> blocks are appended to the formatted HTML stream, which creates two
 extra linefeed inside each code-block, i.e. a empty line appears between
 the code block and the first quoted line, as well as between the last
 quoted line and the end of the code-block. This does look good.

 Removing the two last REs {{{br_re}}} and {{{span_default_re}}}, as well
 as the {{{<pre>}}} tag in the api.py file helps, but I guess there are
 here on purpose ;-), and that this trick will break another formatting.

 BTW, I think there is a typo with the second {{{<pre>}}} tag after the
 code block which should be a {{{</pre>}}} tag (ending tag instead of
 opening tag).

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


More information about the Trac-Tickets mailing list