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 2 New Rules for Math Block Spacing, Fix Issue with Docs Generation, and Setup Base for Moving Common Styles to General Settings #445

Merged
merged 4 commits into from
Oct 8, 2022

Conversation

pjkaufman
Copy link
Collaborator

Relates to #261
Relates to #440

Changes Made:

  • Added a rule for making sure there are blank lines around math blocks
  • Added a rule for making sure that the dollar signs starting and ending a math black are on their own lines
    • Added an edge case in the tests
  • Added a general setting for the number of dollar signs to consider to be a math block indicator for single-line math sections
  • Added a dummy mock of document for docs.js to make it run correctly for generating documentation
  • Updated the gitignore to no longer deal with rollup as it was removed
  • Added the base setup for common styles that will allow for refactoring several settings
  • Added documentation for new rules

@pjkaufman pjkaufman added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request code cleanup labels Oct 8, 2022
@pjkaufman pjkaufman self-assigned this Oct 8, 2022
@pjkaufman pjkaufman merged commit 5a15a86 into platers:master Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code cleanup documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant