Eternity’s specific issues around spoilers aside, I think other apps / platforms might struggle with that post because the spoilers aren’t technically formatted correctly - the ::: that ends a spoiler should be on a new line.
lemmy-ui might’ve handled them as the user expected, but anything using a different Markdown library might not (including Lemmy’s own backend when it comes to the HTML content field for federation)
They were formatted correctly. This screenshot here is of the rendered text, not the source. The issue is that with markdown, you need two newlines to create a new paragraph. If you only use one newline, the subsequent line just gets placed at the end of the previous line. Because Eternity does not parse the spoilers correctly here, it is placing all three lines of each spoiler into one line.
Ah, I see now, thanks. I didn’t know where the original post was, or I would’ve confirmed. I suppose I could have figured out it was for Forza Horizon in retrospect.
You can get a new line (as opposed to a paragraph) with Lemmy using ‘space space enter’ but I didn’t realise that spoilers don’t even need that.
Eternity’s specific issues around spoilers aside, I think other apps / platforms might struggle with that post because the spoilers aren’t technically formatted correctly - the ::: that ends a spoiler should be on a new line.
lemmy-ui might’ve handled them as the user expected, but anything using a different Markdown library might not (including Lemmy’s own backend when it comes to the HTML content field for federation)
They were formatted correctly. This screenshot here is of the rendered text, not the source. The issue is that with markdown, you need two newlines to create a new paragraph. If you only use one newline, the subsequent line just gets placed at the end of the previous line. Because Eternity does not parse the spoilers correctly here, it is placing all three lines of each spoiler into one line.
https://lemmy.ml/post/22135805
Ah, I see now, thanks. I didn’t know where the original post was, or I would’ve confirmed. I suppose I could have figured out it was for Forza Horizon in retrospect.
You can get a new line (as opposed to a paragraph) with Lemmy using ‘space space enter’ but I didn’t realise that spoilers don’t even need that.