Hello,
I’m making a list of links for a specific topic. It’s in the format:
Title
link
However one of the links keeps on showing a preview. I understand if you put a link on its own line it gets a preview. Is there a way to put the link on its own line without a preview showing?
「いいね!」 2
Disable Link Preview
https://meta.discourse.org/t/disable-link-preview/47405
Place your URL between ` symbol (which we normally used to wrap codes) like below
**Disable Link Preview**
[`https://meta.discourse.org/t/disable-link-preview/47405`](https://meta.discourse.org/t/disable-link-preview/47405)
But it will not render in normal font. Since system treating this as some programming language code.
「いいね!」 4
cpradio
(cpradio)
2016 年 7 月 16 日午後 6:33
3
Yes, put a space before the link.
So instead of
Hello,
I’m making a list of links for a specific topic. It’s in the format:
Title
link
However one of the links keeps on showing a preview. I understand if you put a link on its own line it gets a preview. Is there a way to put the link on its own line without a preview showing?
https://meta.discourse.org/t/disable-link-preview/47405?u=cpradio
Do
Disable Link Preview
https://meta.discourse.org/t/disable-link-preview/47405?u=cpradio
「いいね!」 10
simple & effective solution
「いいね!」 2
sam
(Sam Saffron)
2017 年 7 月 3 日午後 2:46
7
Also … for the record:
https://meta.discourse.org/t/disable-link-preview/47405
^^^^ no spaces, no special magic.
[https://meta.discourse.org/t/disable-link-preview/47405](https://meta.discourse.org/t/disable-link-preview/47405)
New parser is smart enough not to generate a preview for explicit links…
Another option is
<https://meta.discourse.org/t/disable-link-preview/47405>
「いいね!」 5