Skip to content

Update html-syntax.md#617

Merged
nobkd merged 1 commit intonuejs:2.0from
seneca:patch-50
Sep 28, 2025
Merged

Update html-syntax.md#617
nobkd merged 1 commit intonuejs:2.0from
seneca:patch-50

Conversation

@seneca
Copy link
Contributor

@seneca seneca commented Sep 28, 2025

These three lines run into one line when viewed in the browser. In theory a single carriage return should divide the line but it doesn't here. Two carried returns create a paragraph and it displays here correctly as separate lines.

These three lines run into one line when viewed in the browser. In theory a single carriage return should divide the line but it doesn't here. Two carried returns create a paragraph and it displays here correctly as separate lines.
@nobkd
Copy link
Collaborator

nobkd commented Sep 28, 2025

In theory a single carriage return should divide the line

No, markdown ignores single line breaks outside of code blocks. (github changes this behavior in at least its issue / pr descriptions) You can get a break with two spaces at the end of the line (adds a <br> I think) , or with an empty line (new <p> block).


I'm not sure, if in this case, it would be more sensible to just use list items? 🤷

@nobkd nobkd merged commit 75b3706 into nuejs:2.0 Sep 28, 2025
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants