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

Update dependent packages to the latest version #110

Merged
merged 4 commits into from
Jun 24, 2019
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 24, 2019

Upgrade dependent packages to the latest version by using yarn upgrade-interactive --latest. (Except Puppeteer: #106)

This PR is included the update of Marp Core v0.11.0. Welcome back, size global directive!

echo -e '<!-- size: 4:3 -->\n# Hello' | ./marp-cli.js --no-output -p

marp-cli-43

@yhatt
Copy link
Member Author

yhatt commented Jun 24, 2019

I noticed that Marp CLI uses the regular size even if defining <!-- size: 4:3 --> in image conversion.

echo -e '<!-- size: 4:3 -->\n# Hello ![bg](gray)' | ./marp-cli.js -p --no-output --image png

In this case, the white border must not be drawn.

By this refactor, image conversion can use the correct size choosed by
Marp Core's size directive.
@yhatt yhatt merged commit f447710 into master Jun 24, 2019
@yhatt yhatt deleted the upgrade-dependencies branch June 24, 2019 16:01
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.

1 participant