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

New line behavior #34

Open
ryantate-amp opened this issue Jan 7, 2025 · 0 comments
Open

New line behavior #34

ryantate-amp opened this issue Jan 7, 2025 · 0 comments

Comments

@ryantate-amp
Copy link

I'm seeing a single new line in a paragraph producing a <br> in the final markdown. I'm pretty sure GFM ignores the first new line character and you need a second one before it produces a line break.

Example to reproduce:

/tmp for w in this is a paragraph; do echo $w >> README.md; done/tmp go-grip README.md &
[1] 81428/tmp 🚀 Starting server: http://localhost:6419/README.md/tmp curl -s localhost:6419/README.md | htmlq .container-inner
<div class="container-inner">
        <p>this<br>
is<br>
a<br>
paragraph</p>

      </div>
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

No branches or pull requests

1 participant