-
Notifications
You must be signed in to change notification settings - Fork 198
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
block quote shouldn't combine the line even adding the next line #237
Comments
Thanks for reporting this! I'm going to migrate the issue to Glamour, our markdown rendering library, so we can track it there. |
aymanbagabas
added a commit
that referenced
this issue
Mar 27, 2025
* refactor(ansi): drop reflow and use cellbuf.Wrap This drops muesli/reflow in favor of custom IndenWriter and PaddingWriter. It also uses cellbuf.Wrap instead of wordwrap.NewWriter to keep track of style and link changes when wrapping. Fixes: #149 Related: #237 * fix(ansi): remove unused overline style * chore: update testdata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Block quote should have next line, if adding the empty line.
Setup
Please complete the following information along with version numbers, if applicable.
Source Code
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: