marp-team / marpit

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

Remove recognized keywords from image alternative text #318

Closed yhatt closed 3 years ago

yhatt commented 3 years ago

Updated the structure of marpitImage metadata, to store whether consumed the space-splitted keywords for image. When parsing process was finalized, Marpit image parse plugin will update the token to remove consumed keywords from an alternative text of the image.

Close #316.

mattwigway commented 3 years ago

Thanks!