Edgewall Software

Ticket #6683 (closed defect: duplicate)

Opened 12 months ago

Last modified 12 months ago

quoting a "code block"

Reported by: r.bhatia@… Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

Description

when replying to a ticket comment which includes a "code block" as

He is talking about 
{{{
somecode
}}}
which is wrong.

trac renders:

Replying to [comment:x nick]:
> He is talking about 
> {{{
> somecode
> }}}
> which is wrong.

to correctly reply to such a codeblock, one needs to edit the quoted text to match

Replying to [comment:x nick]:
> He is talking about 
{{{
somecode
}}}
> which is wrong.

which renders to:


Replying to nick:

He is talking about

somecode

which is wrong.


i experienced it with this very version of trac, at the time of filing this bug report :)

Attachments

Change History

Changed 12 months ago by cboos

  • status changed from new to closed
  • resolution set to duplicate

Special case of #4235, but one situation which should definitely be supported.

OTOH, the current rendering of:

Replying to [comment:x nick]:
> He is talking about 
{{{
somecode
}}}
> which is wrong.

which is used as a workaround, is actually buggy ;-)

Add/Change #6683 (quoting a "code block")

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.