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: blockquote-style Removes Spaces from List Item Code and Math Blocks #1088

Merged
merged 2 commits into from
May 7, 2024

Conversation

pjkaufman
Copy link
Collaborator

Fixes #1087

There was a reported bug where running the Linter would remove whitespace from list item math blocks. It was found that this also affected code blocks. In order to fix this, blockquote-style now ignores code and math block lines in blockquotes.

Changes Made:

  • Added UTs for the scenarios in question
  • Fixed a broken UT since we could no longer support the way things were done previously
  • Updated logic to ignore math and code blocks when in a blockquote

@pjkaufman pjkaufman added bug Something isn't working math Relates to math support in markdown labels May 7, 2024
@pjkaufman pjkaufman self-assigned this May 7, 2024
@pjkaufman pjkaufman merged commit c95acef into platers:master May 7, 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 math Relates to math support in markdown
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Indentations for math block removed from callouts or block quotes
1 participant