this post was submitted on 22 Apr 2024
2 points (100.0% liked)

Blahaj Lemmy Meta

2288 readers
8 users here now

Blåhaj Lemmy is a Lemmy instance attached to blahaj.zone. This is a group for questions or discussions relevant to either instance.

founded 2 years ago
MODERATORS
 

I'm not sure if this is the right place to ask, but here goes.
If I add spaces to the beginning of a line,

the text is rendered like this.

Is there a way to have actual spaces in the beginning of a line?

top 2 comments
sorted by: hot top controversial new old
[–] owenfromcanada@lemmy.world 1 points 5 months ago

If you type the sequence   it will be converted to a space and I don't think it'll trigger the code thing.

    This line starts with four of them.

It's not pretty, but it works?

[–] GammaGames@beehaw.org 1 points 5 months ago* (last edited 5 months ago)

I don’t think markdown supports that, but you might be able to put   in front of the text to force it?

    This is a very long line that’s supposed to be indented but might not be

Edit: yeah it looks like it worked in my client, markdown looks like

    This is a very long line that’s *supposed* to be indented but might not be