Opened 11 years ago
Last modified 14 months ago
#11522 new defect
Unexpected block-quoted text
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | wiki system | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
th:comment:30:ticket:11553 demonstrates an issue with unexpected block-quoted text.
Apologies if this is a duplicate. I'm not very proficient in deciphering issues with the wiki markup.
Attachments (0)
Change History (10)
comment:2 by , 11 years ago
That makes sense because I copy/pasted the line: trac:browser:/branches/1.0-stable/trac/db_default.py@11490:114-115#L110
So I guess this is expected behavior?
comment:3 by , 11 years ago
Well, we could generate blockquote for paragraph with leading spaces except only ZWSPs, in log:jomae.git@t11522.
comment:4 by , 11 years ago
Another thing: \s
doesn't match U+200B on Python 2.7. Then, if an indent is used space and ZWSP characters, wiki formatter doesn't generate blockquote.
comment:6 by , 10 years ago
Milestone: | next-stable-1.0.x → 1.0.3 |
---|
comment:7 by , 10 years ago
Milestone: | 1.0.3 → next-stable-1.0.x |
---|
Retargeting tickets in milestone:1.0.3 that have no owner. Please retarget as appropriate.
comment:8 by , 8 years ago
Milestone: | next-stable-1.0.x → next-stable-1.2.x |
---|
Moved ticket assigned to next-stable-1.0.x since maintenance of 1.0.x is coming to a close. Please move the ticket back if it's critical to fix on 1.0.x.
comment:9 by , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
Due to U+200B (ZWSP) at start of the line.