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

[v3] Removed color setting shorthand via Markdown image syntax #379

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Oct 18, 2023

Removed a deprecated color setting shorthand ![](red) ![bg](blue). This syntax has been deprecated for a long time, and Marp for VS Code has provided the quick fix command to replace to the alternative directives.

It reduces:

  • The complex patch for markdown-it's internal
  • A dependent package color-string

This becomes a breaking change for existing slides, so the next release will bump the major version to v3.

Closes #331.

@yhatt yhatt merged commit 325effe into main Oct 28, 2023
5 checks passed
@yhatt yhatt deleted the drop-deprecated-color-syntax-support branch October 28, 2023 02:58
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.

Deprecate harmful shorthand for setting colors
1 participant