marp-team / marpit

The skinny framework for creating slide deck from Markdown
https://marpit.marp.app/
MIT License
964 stars 46 forks source link

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

Closed yhatt closed 1 year ago

yhatt commented 1 year ago

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:

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

Closes #331.