Skip to content

Conversation

@pjkaufman
Copy link
Collaborator

Fixes #1280

There was a bug reported where using CJK characters could cause the header to get broken by having the space between the heading markers and the text removed. In order to handle this, headings are handled separately for removing spaces around characters.

Changes Made:

  • Handled headings differently just like list items
  • Added a UT for the scenario in question

@pjkaufman pjkaufman self-assigned this Aug 18, 2025
@pjkaufman pjkaufman added bug Something isn't working markdown General Markdown or Markdown related issue or feature labels Aug 18, 2025
@pjkaufman pjkaufman merged commit b8f4168 into platers:master Aug 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working markdown General Markdown or Markdown related issue or feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: The space in the title were incorrectly deleted

1 participant