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

Implement color commands #94

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Implement color commands #94

merged 1 commit into from
Nov 9, 2023

Conversation

runarberg
Copy link
Owner

Language Changes

  • New color commands to modify color or background of portions of you
    expressions. Including red, green, bg.purple, etc.

Output Changes

  • The cancel command now renders with a background gradient onto the
    next term (e.g. <mrow>). Thus removing the non-standard
    <menclose> from the output.

Breaking Changes

  • The cancel command no longer automatically removes the parenthesis
    of the following group. Use cancel{: x :} if you want them
    removed.

Resolves: #40
Resolves: #72

**Language Changes**

- New color commands to modify color or background of portions of you
  expressions. Including `red`, `green`, `bg.purple`, etc.

**Output Changes**

- The `cancel` command now renders with a background gradient onto the
  next term (e.g. `<mrow>`). Thus removing the non-standard
  `<menclose>` from the output.

**Breaking Changes**

- The `cancel` command no longer automatically removes the parenthesis
  of the following group. Use `cancel{: x :}` if you want them
  removed.

Resolves: #40
Resolves: #72
@runarberg runarberg merged commit 527ac02 into main Nov 9, 2023
5 checks passed
@runarberg runarberg deleted the color-commands branch November 9, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<menclose> is non-standard color command
1 participant