Changes between Initial Version and Version 1 of Ticket #45829, comment 1
- Timestamp:
- 01/04/2019 02:21:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45829, comment 1
initial v1 2 2 3 3 Actually the behavior is quite strange. I have the following code: 4 <pre><div></div></pre>. 4 5 {{{ 6 <pre><div></div></pre> 7 }}} 5 8 6 9 When I look into HTML it turns to 10 11 {{{ 7 12 <p><pre><br><div><br></div><br></pre></p> 13 }}} 14 8 15 9 16 Not all `<` are converted to `<` `<br>`, `<p>` and `</p>` all are fine.