doug@lemmy.today to Comic Strips@lemmy.worldEnglish · 22 days agoCough Cough [OC]lemmy.todayimagemessage-square28linkfedilinkarrow-up1293arrow-down16
arrow-up1287arrow-down1imageCough Cough [OC]lemmy.todaydoug@lemmy.today to Comic Strips@lemmy.worldEnglish · 22 days agomessage-square28linkfedilink
minus-squareCatoblepas@piefed.blahaj.zonelinkfedilinkEnglisharrow-up2·21 days agoOn Piefed (and I think lemmy?) it doesn’t display the link properly if I don’t have that extra \ (it’s there to cancel out the final parenthesis, so that the markdown knows it’s part of the link)
minus-squaresandro@piefed.sociallinkfedilinkEnglisharrow-up3·21 days agoNot sure if it is correctly rendered by all clients, but you can try wrapping the links in < and >. <https://en.wikipedia.org/wiki/River_(typography)> … becomes https://en.wikipedia.org/wiki/River_(typography) It is referred to as autolinks in the CommonMark specification.
minus-squareCatoblepas@piefed.blahaj.zonelinkfedilinkEnglisharrow-up2·21 days agoThanks for the info! Your example does display correctly on Piefed 👍
On Piefed (and I think lemmy?) it doesn’t display the link properly if I don’t have that extra \ (it’s there to cancel out the final parenthesis, so that the markdown knows it’s part of the link)
Not sure if it is correctly rendered by all clients, but you can try wrapping the links in
<and>.<https://en.wikipedia.org/wiki/River_(typography)>… becomes
https://en.wikipedia.org/wiki/River_(typography)
It is referred to as autolinks in the CommonMark specification.
Thanks for the info! Your example does display correctly on Piefed 👍