-
Bug
-
Resolution: Obsolete
-
Medium
-
2.1.5
-
None
-
Linux with Confluence Version: 2.1.5a Build:#411 16.03.2006
Browser: Firefox 1.5.0.2 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
I have a Confluence page with the following content:
# Create the databases: #* run command {{D:\Python23\Scripts>python foo d:/repo/foo/test.db initenv}} #** Project Name: {{Test}} #** Path to repository: {{d:/repo/svn/foo}} #* run command {{D:\Python23\Scripts>python foo d:/repo/bar/test.db initenv}} #** Project Name: {{Bar}} #** Path to repository: {{d:/repo/svn/bar}}
If I click Edit and switch from Wiki Editor to Rich Text Editor and back the markup has changed to
# Create the databases: #* run command {{D:\Python23\Scripts>python foo d:/repo/foo/test.db initenv}}#** Project Name: {{Test}} #** Path to repository: {{d:/repo/svn/foo}} #* run command {{D:\Python23\Scripts>python foo d:/repo/bar/test.db initenv}}#** Project Name: {{Bar}} #** Path to repository: {{d:/repo/svn/bar}}
thus breaking the list structure as it removes the linebreaks before the "Project Name" list items.
- is related to
-
CONFSERVER-6041 headings declared in list items break the list
- Closed