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

Restore new line behavior with GFM parser #1438

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user problem that led to this PR?

The problem was after switching to GFM markdown parser in #1436, our new lines got messed up:

Captura de pantalla 2025-01-22 a las 10 28 08

What is your fix for the problem, implemented in this PR?

My fix is to restore the previous appearance by passing the specific option to control line wrap behavior:

Captura de pantalla 2025-01-22 a las 10 28 26

After switching to GFM markdown parser, our new lines got messed up.
Restore the previous behavior.
Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for a super-clear PR!

@olleolleolle olleolleolle merged commit f762ecb into master Jan 22, 2025
3 checks passed
@olleolleolle olleolleolle deleted the restore-line-wrap-behavior branch January 22, 2025 10:42
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