Skip to content

[next/Breaking Change] Make Markdown's newline handling compatible with browsers' behavior #16805

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

tats-u
Copy link
Contributor

@tats-u tats-u commented Oct 29, 2024

Description

A part of #15081
Fixes #14936
Blocked by #16816 (Merged)

Always convert \n between han (including Japanese kana) and non-han to a space and allow line breaking at a space between han and non-han again (banned by #16691)

I'll rebase this to next after next merges main one more time. next doesn't include the change by #16691 and this PR depends on it.

Question

Checklist

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory).
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

Try the playground for this PR

@tats-u tats-u force-pushed the markdown-newline-handling branch from 4376cfd to e8c10f3 Compare November 4, 2024 11:58
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.

[For v3+ / breaking change] Should we change how to handle line breaking surrounded by han/kana when proseWrap is always
1 participant