# Way to remove link from simple url in post

**URL:** https://meta.discourse.org/t/way-to-remove-link-from-simple-url-in-post/166147
**Category:** Feature
**Created:** [October 4, 2020, 12:42am UTC](https://meta.discourse.org/t/way-to-remove-link-from-simple-url-in-post/166147 "2020-10-04T00:42:34Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![seanblue](https://avatars.discourse-cdn.com/v4/letter/s/dc4da7/32.png) [@seanblue](https://meta.discourse.org/u/seanblue)
#### Post date: [October 4, 2020, 12:42am UTC](https://meta.discourse.org/t/way-to-remove-link-from-simple-url-in-post/166147/1 "2020-10-04T00:42:34Z")

</div>

Sometimes it’s desirable to refer to a website by it’s domain name, but not have it become a link. For example, on [community.wanikani.com](http://community.wanikani.com) (a forum for learning Japanese), people often refer to “jisho” as a specific website, but it is also a word in Japanese. For clarity, it is sometimes preferable to refer to it as [jisho.org](http://jisho.org). But in those cases, I don’t want it to become a link.

Is there a way (as the user writing the post) to make a simple url like above not become a link? Without changing the visual formatting that is, so no backticks. I tried escaping the period, but that didn’t work. If this is not currently possible, would it be easy to add such a feature, either by escaping the period or in some other way?

---

<div class="post-metadata">

### Author: ![csmu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/csmu/32/124581_2.png) [@csmu](https://meta.discourse.org/u/csmu)
#### Post date: [October 4, 2020, 2:11am UTC](https://meta.discourse.org/t/way-to-remove-link-from-simple-url-in-post/166147/2 "2020-10-04T02:11:17Z")

</div>

jisho.org

use `& #46;` (without the space) for the dot.

credit [Disable Github-flavored Markdown autolinking · GitHub](https://gist.github.com/alexpeattie/4729247#gistcomment-1791698)

---

<div class="post-metadata">

### Author: ![seanblue](https://avatars.discourse-cdn.com/v4/letter/s/dc4da7/32.png) [@seanblue](https://meta.discourse.org/u/seanblue)
#### Post date: [October 4, 2020, 3:43am UTC](https://meta.discourse.org/t/way-to-remove-link-from-simple-url-in-post/166147/3 "2020-10-04T03:43:09Z")

</div>

Oh boy. Good to know, but I’m never going to remember the character code… 😅

---

<div class="post-metadata">

### Author: ![hawm](https://avatars.discourse-cdn.com/v4/letter/h/f07891/32.png) [@hawm](https://meta.discourse.org/u/hawm)
#### Post date: [October 4, 2020, 6:27am UTC](https://meta.discourse.org/t/way-to-remove-link-from-simple-url-in-post/166147/4 "2020-10-04T06:27:27Z")

</div>

HTML `<span>jisho.org</span>` jisho.org
