Ticket #6683 (closed defect: duplicate)
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
somecodewhich is wrong.
i experienced it with this very version of trac, at the time of filing this bug report :)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


