I noticed that typing any words with a dot between them will create a hyperlink in post. This may be annoying, as one may be writing a AGS script or other programming language expressions which may contain dots between names.
Example: Game.Camera
It's annoying, but it looks like it's only valid top-level domains (https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains) that cause this. Game.Camera creates a link, but Game.NotARealDomain doesn't.
I'll see if there's a known fix.