Skip to content
Discussion options

You must be logged in to vote

Hi,

Markdown requires two or more trailing spaces at the end of a line to force a visible line break in many renderers. Without those, lines often run together inside a single paragraph.

To fix this in markdown files like about/index.md you can:

Add two spaces at the end of lines where a line break is needed

Use a blank line between paragraphs to separate them clearly

Avoid <br> tags unless you need precise control

On static sites like ethereum.org, proper spacing is essential for readability and presentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yamakasi2323
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Question Ask and answer questions about GitHub features and usage
2 participants