Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45829, comment 1


Ignore:
Timestamp:
01/04/2019 02:21:08 PM (6 years ago)
Author:
subrataemfluence
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45829, comment 1

    initial v1  
    22
    33Actually the behavior is quite strange. I have the following code:
    4 <pre><div></div></pre>.
     4
     5{{{
     6<pre><div></div></pre>
     7}}}
    58
    69When I look into HTML it turns to
     10
     11{{{
    712<p>&lt;pre><br>&lt;div><br>&lt;/div><br>&lt;/pre></p>
     13}}}
     14
    815
    916Not all `<` are converted to `&lt;` `<br>`, `<p>` and `</p>` all are fine.