tinymce 中相对 URL 中“..”的最大数量

Maximum numbers of ".." in relative URL in tinymce

我试图在 tinymce 中像这样在 URL 中输入 4 个双点

https://drive.google.com/open?id=1Z1d535wEoRS4RbNdm6y7Z6wcEmBB12nE

但它会重置为 3 个双点,就像这样。

https://drive.google.com/open?id=1AhmLvxhIY-Kj6xujPFDwXXWbOLHxd0qj

知道为什么吗?

我通过在 tinymce.yml 文件中设置 "convert_urls: false" 来解决问题。 确保重启服务器