id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9564	[1.1dev] Incorrect use of numeration	framay	itamarost	When entering something like `s. example`, Trac thinks that `s` is the starting point of a listing with `s` as value. Next would be `t` (at least in Trac-trunk).\r\n\r\n'''Example:'''\r\n{{{\r\ns. example 1\r\ns. example 2\r\n}}}\r\n\r\nOutcome in Trac-trunk would be:\r\n{{{\r\ns. example 1\r\nt. example 2\r\n}}}\r\n\r\nCKeditorPlugin makes a numeric of `s`, so it is saved later on with `19. example`.\r\n\r\n'''Expected behavior:'''\r\nBest would be if it is just handled as text (but this is difficult to distinguish). 2nd best would be if it is handled like Trac do it (display letters instead of number).	defect	new	normal	CkEditorPlugin	normal		1.1dev		0.12
