Edgewall Software

Opened 19 years ago

Last modified 9 years ago

#2082 closed defect

Description lists are unescapable — at Version 2

Reported by: Christian Boos Owned by: Matthew Good
Priority: normal Milestone: 0.10
Component: wiki system Version: 0.9b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Once a "::" is seen in an indented line, it's always recognized as a description list separator, and there's no way to escape it.

In a bulleted list, it's OK, therefore I can write the following:

  • neither with "!::" (rendered as "!::")
  • nor with the code block syntax {{{::}}} (rendered as ::)
  • nor with backticks `::` (rendered as ::).

But if I repeat the above 3 lines, this time without the bullet:

neither with "!::" (rendered as "!::") nor with the code block syntax {{{::}}} (rendered as ::) nor with backticks `::` (rendered as ::).

The :: turns each line in a description term, ignoring any form of escape.

Change History (2)

comment:1 by Matthew Good, 19 years ago

Owner: changed from Jonas Borgström to Matthew Good
Status: newassigned

Ok, I guess since I wrote the DL stuff I'll take this one.

comment:2 by Christian Boos, 18 years ago

Description: modified (diff)
Milestone: 0.9.4
Note: See TracTickets for help on using tickets.