Opened 15 years ago
Closed 15 years ago
#5088 closed Bug (expired)
Enumeration via html is destroyed by WYSIWYG-Editor view
Reported by: | johannes | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Pending | Cc: |
Description
Hello, I'm trying to implement numbered list with more space between the distinct numbers. I use some html commands to achieve the result:
<ol> <li> First Point</li> <li> Second Point</li> </ol> Then there should be some text without enumeration followed by a list which is numbered starting at 3. <ol start="3"> <li> Third Point</li> <li> Fourth Point</li> </ol>
If I enter this code with the Option "Wikitext" enabled and save the site immediately all is right. If I first switch back to the WYSIWYG view the numbering is broken and the second part is starting with 1.
I hope you understand the problem and could help.
Thanks!
Change History (2)
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 15 years ago by
Resolution: | → expired |
---|---|
Status: | new → closed |
What do you mean with "Option Wikitext"? Are you talking about CKEditor or another system?