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

feat(markdown): make <br> consistent with line breaks #23

Open
mesqueeb opened this issue Oct 13, 2020 · 0 comments
Open

feat(markdown): make <br> consistent with line breaks #23

mesqueeb opened this issue Oct 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mesqueeb
Copy link
Member

mesqueeb commented Oct 13, 2020

With the <Markdown /> component:

Question

  • when adding a single line break in between text, does it add 0 or 1 <br> in the rendered html?
  • when adding double line breaks, does it add 1 or 2 <br> in the rendered html?

IF:

  • adding a single line break == 1 <br> in the rendered html
  • adding double line breaks == 2 <br> in the rendered html

THEN: This ticket can be closed (but I believe it doesn't)

Goal

IF:

  • adding a single line break == 0 <br> in the rendered html
  • adding double line breaks == 1 <br> in the rendered html

THEN: I want to change it to

  • adding a single line break == 1 <br> in the rendered html
  • adding double line breaks == 2 <br> in the rendered html
@mesqueeb mesqueeb changed the title feat(markdown): add default br styling? feat(markdown): make <br> consistent with line breaks Oct 13, 2020
@mesqueeb mesqueeb added this to the release milestone Oct 16, 2020
@mesqueeb mesqueeb added the bug Something isn't working label Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants