Modify ↓
#6683 closed defect (duplicate)
quoting a "code block"
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Note:
See TracTickets
for help on using tickets.



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 ;-)