Changes between Version 2 and Version 3 of Ticket #4044, comment 1
- Timestamp:
- 01/08/2019 03:12:20 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4044, comment 1
v2 v3 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. … … 8 8 9 9 I've fixed this page manually by using the 'Edit in HTML mode' of the Gutenberg Editor (NOT edit the classic block in HTML mode) but it seems to affect a lot of the pages. 10 11 edit: 1 above appears not to be Gutenberg, but rather an interaction on the handbooks, so probably a plugin.