Hello,
I am using the Block Editor. SyntaxHighlighter Evolved Version 3.6.1, WP Version 5.9.2.
Lang I am using is “csharp”.
Here is the code example
drawCommands->drawCommands[0].visibleOffset = 0;
drawCommands->drawCommands[0].visibleCount = _instancesCount;
drawCommands->drawCommands[0].batchID = _batchID;
drawCommands->drawCommands[0].materialID = _materialID;
drawCommands->drawCommands[0].meshID = _meshID;
drawCommands->drawCommands[0].submeshIndex = 0;
drawCommands->drawCommands[0].splitVisibilityMask = 0xff;
drawCommands->drawCommands[0].flags = 0;
drawCommands->drawCommands[0].sortingPosition = 0;
It doesn’t happen every time, but still very often.
Here is how it is rendered on a preview page:
https://freeimage.host/i/GeCo9R
How it looks in the editor:
https://freeimage.host/i/GeCxup
And that’s a revision history example:
https://freeimage.host/i/GeCzwN
It keeps adding more and more codes. And usually I see 2 revisions saved simultaneously when I open the post to edit.