حمید پیام عباسی@crazypeople.online to Memes@lemmy.mlEnglish · 8 days agoYeah, well, I'm gonna go build my own lemmy. With blackjack and hookers! In fact forget the lemmy.lemmy.mlimagemessage-square164linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageYeah, well, I'm gonna go build my own lemmy. With blackjack and hookers! In fact forget the lemmy.lemmy.mlحمید پیام عباسی@crazypeople.online to Memes@lemmy.mlEnglish · 8 days agomessage-square164linkfedilink
minus-squareEdie [it/it/its/its/itself, she/her/her/hers/herself]@lemmy.mllinkfedilinkarrow-up0·8 days agoI believe the frontend uses markdown-it proper.
minus-squareferric_carcinization@lemmy.mllinkfedilinkEnglisharrow-up0·8 days agoI think that it’s the backend that screws the “url” up. Everything looks good in the preview, but the “url” part disappears upon publishing.
minus-squareEdie [it/it/its/its/itself, she/her/her/hers/herself]@lemmy.mllinkfedilinkarrow-up0·8 days agoThe preview for me becomes an image as soon as I preview. <img src="test" alt="test">
minus-squareferric_carcinization@lemmy.mllinkfedilinkEnglisharrow-up0·8 days agoIt only becomes an image to me when outside of a code/preformatted block. Inside of one, it contains the raw markdown verbatim: <code class="hljs">!<span class="hljs-selector-attr">[alt]</span>(url)</code>.
I believe the frontend uses markdown-it proper.
I think that it’s the backend that screws the “url” up. Everything looks good in the preview, but the “url” part disappears upon publishing.
The preview for me becomes an image as soon as I preview.
<img src="test" alt="test">It only becomes an image to me when outside of a code/preformatted block. Inside of one, it contains the raw markdown verbatim:
<code class="hljs">!<span class="hljs-selector-attr">[alt]</span>(url)</code>.