Disable URL auto-convert in code block

Hi,

When I use the code block (/code), a lot of times it turns the text into the URL. Not only I find it’s distracting, but also it’s very frustrated if I want to select the text, the URL edit pops up or the URL opens (some URLs are destructing, e.g. deleting an item).

For example of an annoying scenario, create a code block and manualy type below code into the block

f = open("file.txt", "r")
f.name == "file.txt"

f.name will turn into URL f.name

So please provide an option to disable such feature in the code block.

Thanks.

1 Like