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

Add Rule for Removing Space Either Before or After the Specified Characters #717

Merged
merged 3 commits into from
May 14, 2023

Conversation

pjkaufman
Copy link
Collaborator

Fixes #593
Fixes #257

Went ahead and added a rule that allows for removing space before and or after the specified characters. This is meant to be used for punctuation, but can be used for other characters as well.
Do not use this for { or } as ignored sections of the logic show up as {TEXT_HERE} which means they will have whitespace removed from either before or after them depending on how they are added to the space removal lists.

Changes Made:

  • Added a rule which removes spaces before one list of specified characters and after another list of specified characters
  • Added tests and logic to make sure tasks were not being affected when used normally and as subtasks
  • Added translations for the new rule in the existing languages.

@pjkaufman pjkaufman added enhancement New feature or request markdown General Markdown or Markdown related issue or feature labels May 14, 2023
@pjkaufman pjkaufman self-assigned this May 14, 2023
@pjkaufman pjkaufman merged commit a189f99 into platers:master May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request markdown General Markdown or Markdown related issue or feature
Projects
None yet
1 participant