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

Fix Remove Multiple Spaces Removing Proceeding Spaces when Nested/Indented List Items Are Present in a Nested Blockquote/Callout #1207

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

pjkaufman
Copy link
Collaborator

Fixes #1203

There was an issue with removing multiple spaces inside of a nested callout/blockquote. It would remove proceeding space from a callout/blockquote.

Changes Made:

  • Remove Multiples Spaces takes two passes: 1 for regular text and one for list item text
  • Added a test for the scenario in question

@pjkaufman pjkaufman added bug Something isn't working markdown General Markdown or Markdown related issue or feature labels Oct 25, 2024
@pjkaufman pjkaufman self-assigned this Oct 25, 2024
@pjkaufman pjkaufman merged commit baea67f into platers:master Oct 25, 2024
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: Remove Multiple Spaces removes indentation from nested bullet points INSIDE a nested callout
1 participant