@AshiVered https://github.com/NodeBB/NodeBB/issues/10283
Underscores in links
-
https://images-na.ssl-images-amazon.com/images/I/51EtOeH0iJL._SY300_.jpg
becomes
https://images-na.ssl-images-amazon.com/images/I/51EtOeH0iJL.SY300.jpg -
Not if you use a named link, or embed the image. It's markdown, learn it.
-
@pitaj said in Underscores in links:
Not if you use a named link, or embed the image. It's markdown, learn it.
Yes, there are workarounds, but are you saying that it's normal for these links to break? It' s a markdown thing?
-
It's a markdown thing
-
To be honest, it kind of sounds like a bug with the markdown parser...
-
@julian said in Underscores in links:
To be honest, it kind of sounds like a bug with the markdown parser...
So is this a bug we can file with what I assume is a third party parser?
-
If you can reproduce it here: https://markdown-it.github.io/
Then you can file it here: https://github.com/markdown-it/markdown-it/issues/new
Be nice though, Puzrin bites
-
This issue is discussed at length here: https://github.com/markdown-it/markdown-it/issues/38
It seems you'll just have to live with needing to wrap the url in
<
and>