Modify ↓
Opened 22 years ago
Closed 22 years ago
#176 closed defect (fixed)
Processors are triggered in nested blockquotes
| Reported by: | daniel | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.6 |
| Component: | wiki system | Version: | 0.5.2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Nested blockquotes containing custom processor directives are executed when they should just be printed.
Example:
{{{
#!html
<h1>This should be unparsed HTML</h1>
}}}
The above should look like this:
{{{
#!html
<h1>This should be unparsed HTML</h1>
}}}
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Fixed in [304].