I'm finding Atto changes to adding in divs after returning from a numbered list:
I type this:
Line 1 blah blah blah
Line 2 etc
- Switch numbering on <enter>
- Typeing blah blah <enter>
- Third lin . . then <enter> twice
Type some more <enter>
Type still some more
In HTML it has switched to adding in divs:
<p>I type this:</p><p>Line 1 blah blah blah</p><p>Line 2 etc</p><p><ol><li>Switch numbering on <enter></li><li>Typeing blah blah <enter></li><li>Third lin . . then <enter> twice</li></ol><div>Type some more <enter></div><div>Type still some more</div><div><br></div><div>In HTML it has switched to adding in Divs:</div><div><br></div><div><br></div></p>
I presume this is not the desired behaviour. But I couldn't find a tracker item. On the other hand I may have not had a good search term.
-Derek