Defect #3493
[Bracketed] text messed up by the formatter
| Status: | Closed | Start date: | 2009-06-13 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Text formatting | |||
| Target version: | 0.9.0 | |||
| Affected version: | Resolution: | Fixed |
Description
The text formatting documentation does not give any significance to surrounding text with single brackets. However if a line starts with bracketed text AND it is not followed by a space then it gets destroyed.
Here are some examples, compare the source vs. the rendered version:
Example 1: [This] works correctly
Rendered as:
[This] works correctly
Example 2: [This]doesn't work so well
Rendered as:
[This]doesn't work so well
Example 3: [This]<newline>is broken
Rendered as:
[This]
is broken
History
Updated by Jean-Philippe Lang about 2 years ago
- Category set to Text formatting
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
This is fixed in trunk.