Changes between Initial Version and Version 1 of Ticket #11982, comment 6
- Timestamp:
- Dec 5, 2014, 12:25:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11982, comment 6
initial v1 1 We decided that each enter command should outdent list one level. In ticket use case nesting was two so when enter is pressed we don't escape whole list, but just reduce indentation. So having such situation 1 We decided that each enter command should outdent list one level. In ticket use case nesting was two so when enter is pressed we don't escape whole list, but just reduce indentation. 2 3 So having such situation 2 4 {{{ 3 5 <ul> … … 19 21 }}} 20 22 21 That's the expected and implemented result in branch Lt/11982b. Tests are also provided.23 That's the expected and implemented result in branch:t/11982b. Tests are also provided.