|
|
|
|
|
by arinlen
1509 days ago
|
|
> But not for most markdown files, at least how I use it. I only start new line when I reach a new paragraph, and I think this is normal for most people who ever write something in markdown. Markdown treats lines separated with a single line break as a continuous line/the same paragraph, and you need to add two or more newlines for Markdown to interpret it as a new paragraph. Git works just fine with Markdown. |
|
But how does someone take advantage of it without changing their current behavior: write an entire paragraph and do 2 line breaks.
Always end a sentence with '.\n'? Manually format lines so no line have more than 80 characters?