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 „Gefällt mir“
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 „Gefällt mir“
cpradio
(cpradio)
16. Juli 2016 um 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 „Gefällt mir“
simple & effective solution
2 „Gefällt mir“
sam
(Sam Saffron)
3. Juli 2017 um 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 „Gefällt mir“