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 Me gusta
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 Me gusta
cpradio
(cpradio)
16 Julio, 2016 18: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 Me gusta
simple & effective solution
2 Me gusta
sam
(Sam Saffron)
3 Julio, 2017 14: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 Me gusta