Arthur Besse@lemmy.ml to test@lemmy.ml · 13 days agoFormatting testmessage-squaremessage-square4linkfedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-squareFormatting testArthur Besse@lemmy.ml to test@lemmy.ml · 13 days agomessage-square4linkfedilinkfile-text
minus-squareArthur Besse@lemmy.mlOPlinkfedilinkarrow-up1·edit-213 days agonote: the above 3 list items are all rendered differently despite being the same markdown (-) screenshots: in the view on my user page, the two comments are the same as each other but still different from the post: cc @dessalines@lemmy.ml @sleeplessone@lemmy.ml (sorry i still don’t have a github account with which to open lemmy issues…)
minus-squareDessalines@lemmy.mllinkfedilinkarrow-up2·13 days agoMy only guess is that markdown_it might be trying to pick the level of indentation of the paragraph. Its hard to say because we’re using a lot of markdown it addons, and doing some manual manipulations too.
note: the above 3 list items are all rendered differently despite being the same markdown (
-)screenshots:
in the view on my user page, the two comments are the same as each other but still different from the post:
cc @dessalines@lemmy.ml @sleeplessone@lemmy.ml (sorry i still don’t have a github account with which to open lemmy issues…)
My only guess is that
markdown_itmight be trying to pick the level of indentation of the paragraph. Its hard to say because we’re using a lot of markdown it addons, and doing some manual manipulations too.