Changes between Version 1 and Version 2 of Ticket #4044, comment 1
- Timestamp:
- 01/07/2019 05:05:49 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4044, comment 1
v1 v2 1 1 There seems to be a few things causing problems here. 2 2 3 1. Gutenberg Classic component will convert `&` into `&amp;` recursively upon focusing and defocusing (Second focus will convert it to ` `&amp;amp;`, etc)3 1. Gutenberg Classic component will convert `&` into `&amp;` recursively upon focusing and defocusing (Second focus will convert it to `&amp;amp;`, etc) 4 4 1. Gutenberg Classic component doesn't seem to like `<code>` having line breaks 5 5 1. The code blocks now seem to need to be defined as `<code>[php]...[/php]</code>` rather than the `<pre>[php]...` as currently used.