Changes between Initial Version and Version 1 of Ticket #13449, comment 3
- Timestamp:
- Jun 19, 2015, 11:49:06 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13449, comment 3
initial v1 5 5 <div>[Apollo 11</div> 6 6 7 <p><strong>foo</strong> bar < a href="http://en.wikipedia.org/wiki/Neil_Armstrong">baz</a> ]ban <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin">buz</a></p>7 <p><strong>foo</strong> bar <strong>baz</strong> ]ban <strong>buz</strong></p> 8 8 }}} 9 9 2. Press Ctrl + X … … 11 11 Result: 12 12 {{{ 13 <p>< a href="http://en.wikipedia.org/wiki/Buzz_Aldrin">buz</a>ban </p>13 <p><strong>buz</strong>ban </p> 14 14 }}} 15 15 Expected result: 16 16 {{{ 17 <p>ban < a href="http://en.wikipedia.org/wiki/Buzz_Aldrin">buz</a></p>17 <p>ban <strong>buz</strong></p> 18 18 }}} 19 19