I recently made a new post to the dev log for my game.
Here's the post in question: https://simulatoralive.itch.io/bigblockengine/devlog/155808/the-shell-script-launcher-in-detail
If you'll look at the code block with my shell script in it, you'll notice that the editor automatically turned some URLs in the code into links. I didn't want that and it actually badly interfered with me editing that log entry as each time I saved it, it went through and turned each URL in the code block into another link. I found the bug after the third or fourth such edit of the draft of that log, so I had several concentric links messily shoved into that code block.
If a URL is found in a code block, it shouldn't automatically be turned into a link when it's saved. If we're using code blocks, the editor should respect the fact that we don't want any automatic stuff happening to it.
This was particularly frustrating, because each time I've edited to fix a typo or add material, I had to go in and fix that line, copying the original version over all the unwanted HTML.
Just figured you should know about the bug. Would love to see it fixed.
Thank you.