I apologize if this is not right to post here but im not sure where to go with this one as i havent really found an answer myself.
See, heres the thing, as yall surely know when i hit enter on a line once it will not work, it has to be two.
Is that intentional, if so why?
how does one disable that?
The “workaround” is to use a backslash to sort of escape the default behavior:
This is line one \ This is line two
Without the code formatting, of course.
You should also be able to just put two spaces
At the end of a line to insert a line break.
Yup, that works too.