[False Positive] Toggling source/preview of bullet list reformats list
April 2, 2015 at 9:58 pm
(This post was last modified: April 4, 2015 at 7:42 pm by Tiberius.)
This happens both if you toggle source or preview post. Reformatting is non-destructive when each item in the bullet list is prefixed with an asterisk code.
Produces the following after toggling view source on and off.
Code:
regular text.
[list]
Item one
Item two
Item Three[/list]
That's the list.
Produces the following after toggling view source on and off.
Code:
regular text.
[list]
Item oneItem twoItem Three[/list]That's the list.