Two
spaces
before
you
press
enter.
No Stupid Questions
No such thing. Ask away!
!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules (interactive)
Rule 1- All posts must be legitimate questions. All post titles must include a question.
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Rule 2- Your question subject cannot be illegal or NSFW material.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Rule 3- Do not seek mental, medical and professional help here.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
Rule 4- No self promotion or upvote-farming of any kind.
That's it.
Rule 5- No baiting or sealioning or promoting an agenda.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Rule 6- Regarding META posts and joke questions.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
Rule 7- You can't intentionally annoy, mock, or harass other members.
If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
Rule 8- All comments should try to stay relevant to their parent content.
Rule 9- Reposts from other platforms are not allowed.
Let everyone have their own content.
Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.
Credits
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
It’s Markdown syntax. Single newlines are ignored so the text can be styled to be 80 characters wide for example but still have it rendered with another line length while two newlines result in a new paragraph. It’s not about “space efficiency”.
To get a visible linebreak without creating a paragraph, add two spaces at the end of the line you want to break.
hello↵
↵
this is the first line␣␣↵
this is the second line↵
↵
more text here
… results in this:
hello
this is the first line
this is the second line
more text here
(Actual rendering depends on your renderer.)
You can also use a backslash instead of two spaces. For example, if your phone keyboard converts double space-presses to a period and you are too impatient to do them more slowly (definitely not me).
Just add a backslash\
for a new line
results in:
Just add a backslash
for a new line
Not sure about Android (but if you can swap out your keyboard entirely on Android, you probably can) but on iOS you can disable the double press to create a period! It’s in there with the keyboard settings next to the options to disable stuff like autocorrect
Today
I
Fuggin
Learned.
Today you foggy learned
Its very simple you have to add three whitespaces to the end of the line and then add the line break.
Like this:
New Line
The actual answer and it's downvotes. Wtf Lemmy lol
It's effective but it's not right. The answer is 2 (or more) spaces before the line break. A comment recommending 3 or 13 or 1000 spaces before the break will get the job done but it's not the "actual answer".
You can put a backslash before the newline, like this
line1\
line2\
line3
gets formatted as:
line1
line2
line3
But then you have to hunt for the backslash. Two spaces is easier.
It's a Markdown thing. End the line with two spaces.
First line (two spaces) ->
Second line
Two spaces at the end of the line
Will give you what you're looking for
- Markdown also supports
- Using asterisks followed by a space at the beginning of the line
- To create bullet points like this
- Or numbered lists
- Like this one
- Which is pretty much just what-you-see-is-what-you-get
- Or dashes
- Instead of asterisks
Two spaces after the last character.
Like
This
On my phone I have to wait about a second between each space I enter because Android wants to automatically add a "." to the end of a sentence if I double space too fast.
Android wants to automatically add a "." to the end of a sentence if I double space too fast
If using GBoard, that can be disabled in settings. I don't know anyone who actually uses that feature, I don't know why it's enabled by default.
Thanks for the question. I've been wondering how to do this myself.