最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Block editor fails to update HTML section when the word "from" is in source code

matteradmin8PV0评论

I am writing a blog about coding in Swift. Swift has a lot of methods and functions that have from: in their function signature.

For example, this line:

ret += [String(formatter.string(from: asFloat as NSNumber) ?? "")]

For some reason, the editor fails to update, as soon as I get to from:

ret += [String(formatter.string(fro

No problem.

ret += [String(formatter.string(from

Failed to update.

This is really weird, because, if you look at other posts in the series, you’ll see this all over the place.

I have to assume there’s some kind of security issue going on (maybe anti-spam), but I can’t figure out how to deal with it.


I tried turning off all the plugins, and it still happens. I'm not running WordFence, or any other additional security module.

Post a comment

comment list (0)

  1. No comments so far