Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format(rfc39): split references into paragraphs. #382

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

doitian
Copy link
Member

@doitian doitian commented Oct 10, 2022

GitHub does not insert <br> on line breaks.

There are two ways to address this issue:

  • Insert empty line to create paragraphs.
  • Add two trailing white spaces to insert <br>.

This PR adopts the first solution because trailing white spaces are invisible by default in most editors.

GitHub does not insert `<br>` on line breaks.

There are two ways to address this issue:

- Insert empty line to create paragraphs.
- Add two trailing white spaces to insert `<br>`.

This PR adopts the first solution because trailing white spaces are invisible by default in most editors.
@doitian doitian requested a review from a team as a code owner October 10, 2022 01:18
@janx janx merged commit 827c6e2 into master Oct 31, 2022
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.

3 participants