Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

#2069 closed defect (fixed)

''line break'' wiki syntax (![[BR]]) is not interpretated after a column char.

Reported by: Emmanuel Blot Owned by: Jonas Borgström
Priority: low Milestone: 0.10
Component: wiki system Version: 0.9b1
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Example

No space after column:[[BR]]No line break

With a space after column: [[BR]]A line break

is rendered as

No space after column:
No line break

With a space after column:
A line break

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 19 years ago

The column:[[BR]] is recognized as a short link, with the prefix column and the target [[BR]].

Maybe the "[" character (and "({" and possibly more?) should be excluded from the characters accepted by default in the target. One can always force them to be recognized using either "…" or '…' quoting.

e.g.

  • with quotes, wiki:"[[BR]]" breakwiki:"[[BR]]" break (works already)
  • but without: wiki:[[BR]] break → wiki:
    break

comment:2 by Christian Boos, 18 years ago

Milestone: 0.10
Resolution: fixed
Status: newclosed

This was fixed quite some time ago.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.