直接粘贴URL的便捷方式

Discourse 当前的默认行为是自动将 URL 替换为包含其标题标签的超链接。例如,当我粘贴 https://github.com/discourse 时,它会显示为 https://github.com/discourse(“Discourse · GitHub”),而不是显示为 https://github.com/discourse

有时这种行为是可以接受的,但我经常需要或更倾向于使用原始 URL 作为超链接,而不是标题标签。据我所知,唯一的方法是两次在 Markdown 中粘贴该 URL,就像这样:[https://github.com/discourse](https://github.com/discourse)

这确实可行,但很麻烦。标点符号很棘手,而且我需要粘贴两次。真烦人。

有没有更简单或更方便的方法,只需粘贴一个 URL 而无需 Discourse 自动替换它?

在 URL 周围加上尖括号,以防止 Discourse 将其替换为标题。例如:<https://meta.discourse.org/t/convenient-way-to-paste-urls-directly/181197>