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 日 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 个赞
simple & effective solution
2 个赞
sam
(Sam Saffron)
2017 年7 月 3 日 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 个赞