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.
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:
color-string
This becomes a breaking change for existing slides, so the next release will bump the major version to v3.
Closes #331.