# How to one-time "disable" replacing internal URLs with topic titles?

**URL:** https://meta.discourse.org/t/how-to-one-time-disable-replacing-internal-urls-with-topic-titles/68030
**Category:** Support
**Created:** [2017年八月14日 16:47 UTC](https://meta.discourse.org/t/how-to-one-time-disable-replacing-internal-urls-with-topic-titles/68030 "2017-08-14T16:47:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sujan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sujan/32/70979_2.png) [@Sujan](https://meta.discourse.org/u/Sujan)
#### Post date: [2017年八月14日 16:47 UTC](https://meta.discourse.org/t/how-to-one-time-disable-replacing-internal-urls-with-topic-titles/68030/1 "2017-08-14T16:47:15Z")

</div>

Is there a way to post links to internal URLs without them being replaced by the topic title?

For normal “website preview boxes” I can add a space in front of them, but for normal internal links this doesn’t help as the replacement also takes place in the flow of normal text.

---

<div class="post-metadata">

### Author: ![Sujan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sujan/32/70979_2.png) [@Sujan](https://meta.discourse.org/u/Sujan)
#### Post date: [2017年八月14日 16:47 UTC](https://meta.discourse.org/t/how-to-one-time-disable-replacing-internal-urls-with-topic-titles/68030/2 "2017-08-14T16:47:58Z")

</div>

Example:  
Text [How to one-time "disable" replacing internal URLs with topic titles?](https://meta.discourse.org/t/how-to-disable-replacing-internal-urls-with-topic-titles/68030)  
[How to one-time "disable" replacing internal URLs with topic titles?](https://meta.discourse.org/t/how-to-disable-replacing-internal-urls-with-topic-titles/68030) Text

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2017年八月14日 17:01 UTC](https://meta.discourse.org/t/how-to-one-time-disable-replacing-internal-urls-with-topic-titles/68030/3 "2017-08-14T17:01:22Z")

</div>

Yes, just put angle brackets (`<>`) around it.

```
Here's a link: <https://meta.discourse.org/t/how-to-disable-replacing-internal-urls-with-topic-titles/68030>

```

will result in

Here’s a link: [https://meta.discourse.org/t/how-to-disable-replacing-internal-urls-with-topic-titles/68030](https://meta.discourse.org/t/how-to-disable-replacing-internal-urls-with-topic-titles/68030)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2017年八月14日 17:01 UTC](https://meta.discourse.org/t/how-to-one-time-disable-replacing-internal-urls-with-topic-titles/68030/4 "2017-08-14T17:01:39Z")

</div>


