Edgewall Software
Modify

Opened 14 years ago

Last modified 9 years ago

#9251 new defect

Unable to escape number list

Reported by: Mitar Owned by:
Priority: normal Milestone: topic-wikiengine
Component: wiki system Version:
Severity: normal Keywords: definition list
Cc: mmitar@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Unable to properly escape number list while trying to make a definition list which have terms starting with a number and a dot.

So this:

 42. foobar:: test

Makes a number list.

 !42. foobar:: test

Makes a definition list, but ! is visible. It should be hidden - to escape number list.

For the sake of completeness it would be also useful to specify ! before :: to disable possible definition list.

Attachments (0)

Change History (4)

comment:1 by Christian Boos, 14 years ago

Keywords: definition list added
Milestone: 0.13
Owner: set to Christian Boos

Quick workaround, while waiting for the fix:

 ``42. foobar:: test

comment:2 by Remy Blank, 14 years ago

Let's see…

  1. foobar:: test
!42. foobar
test

Right, those don't work. I can suggest a workaround:

 42``. foobar:: test

Which results in:

42. foobar
test

Of course, this adds unnecessary <tt></tt> tags, but at least it's visually correct.

Moving along with wiki parser and formatter improvements.

(Hah! Beaten by 4 minutes, with the same workaround! :)

comment:3 by Christian Boos, 13 years ago

Milestone: 0.130.14-wikiengine

Not 100% trivial, better left for the WikiEngine refactoring.

comment:4 by Ryan J Ollos, 9 years ago

Owner: Christian Boos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


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