Ticket #6887 (closed defect: duplicate)
Blockquote Fails to Detect Multiple Paragraphs
| Reported by: | david@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Whenever I try to put in a blockquote with more than one paragraph in the Trac wiki syntax, I get mulitple blockquotes. For example:
Ask not what your country does for you. Ask what you can do for your country. -- John F. Kennedy
Note that the line between the two paragraphs is itself indented in order to indicate that both paragraphs are a part of the same blockquote. What I'd expect to get is:
<blockquote> <p> Ask not what your country does for you. Ask what you can do for your country. </p> <p> -- John F. Kennedy </p> </blockquote>
But what I get instead is:
<blockquote> <p> Ask not what your country does for you. Ask what you can do for your country. </p> </blockquote> <blockquote> <p> -- John F. Kennedy </p> </blockquote>
Have I missed something in how the Trac wiki syntax works, or is this indeed a bug?
Thanks!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


